org.dicom4j.dicom.dictionary.item.support
Class AbstractDictionaryItem

java.lang.Object
  extended by org.dicom4j.dicom.dictionary.item.support.AbstractDictionaryItem
All Implemented Interfaces:
DictionaryItem
Direct Known Subclasses:
DictionaryModule, DictionarySopClass, SopClassDictionaryItem, TransferSyntaxDictionaryItem

public class AbstractDictionaryItem
extends Object
implements DictionaryItem

Basic implements of implement DictionaryItem

Since:
0.0.0
Author:
Laurent Lecomte

Constructor Summary
AbstractDictionaryItem()
           
AbstractDictionaryItem(String key)
           
AbstractDictionaryItem(String key, String name)
           
 
Method Summary
 String getKey()
          Return the Element's Key
 String getName()
          Return the Element's Name
 String getType()
          Return the Element's Type
 void setKey(String aKey)
           
 void setName(String aName)
           
 void setType(String aType)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractDictionaryItem

public AbstractDictionaryItem()

AbstractDictionaryItem

public AbstractDictionaryItem(String key)

AbstractDictionaryItem

public AbstractDictionaryItem(String key,
                              String name)
Method Detail

getKey

public String getKey()
Description copied from interface: DictionaryItem
Return the Element's Key

Specified by:
getKey in interface DictionaryItem
Returns:
the key

getName

public String getName()
Description copied from interface: DictionaryItem
Return the Element's Name

Specified by:
getName in interface DictionaryItem
Returns:
the name

getType

public String getType()
Description copied from interface: DictionaryItem
Return the Element's Type

Specified by:
getType in interface DictionaryItem
Returns:
the type

setKey

public void setKey(String aKey)

setName

public void setName(String aName)

setType

public void setType(String aType)
Specified by:
setType in interface DictionaryItem


Copyright © 2009 dicom4j. All Rights Reserved.