|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.dicom4j.dicom.dictionary.item.support.AbstractDictionaryItem
public class AbstractDictionaryItem
Basic implements of implement DictionaryItem
| 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 |
|---|
public AbstractDictionaryItem()
public AbstractDictionaryItem(String key)
public AbstractDictionaryItem(String key,
String name)
| Method Detail |
|---|
public String getKey()
DictionaryItem
getKey in interface DictionaryItempublic String getName()
DictionaryItem
getName in interface DictionaryItempublic String getType()
DictionaryItem
getType in interface DictionaryItempublic void setKey(String aKey)
public void setName(String aName)
public void setType(String aType)
setType in interface DictionaryItem
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||