org.dicom4j.dicom.dictionary.item
Interface DictionaryItem

All Known Implementing Classes:
AbstractDictionaryItem, DictionaryModule, DictionarySopClass, DictionaryTag, SopClassDictionaryItem, TransferSyntaxDictionaryItem

public interface DictionaryItem

Represent an item contains in a DicomDictionary

Since:
0.0.0
Author:
Laurent Lecomte

Method Summary
 String getKey()
          Return the Element's Key
 String getName()
          Return the Element's Name
 String getType()
          Return the Element's Type
 void setType(String aType)
           
 

Method Detail

getKey

String getKey()
Return the Element's Key

Returns:
the key

getName

String getName()
Return the Element's Name

Returns:
the name

getType

String getType()
Return the Element's Type

Returns:
the type

setType

void setType(String aType)


Copyright © 2009 dicom4j. All Rights Reserved.