|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.upb.hni.vmagic.VhdlElement
de.upb.hni.vmagic.type.Type
de.upb.hni.vmagic.type.FileType
public class FileType
File type.
Constructor Summary | |
---|---|
FileType(java.lang.String identifier,
SubtypeIndication valueType)
Creates a file type. |
Method Summary | |
---|---|
SubtypeIndication |
getValueType()
Returns the type of the values in this file type. |
void |
setValueType(SubtypeIndication valueType)
Sets the type of the values in this file type. |
Methods inherited from class de.upb.hni.vmagic.type.Type |
---|
getIdentifier, setIdentifier |
Methods inherited from class de.upb.hni.vmagic.VhdlElement |
---|
getParent, setParent |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FileType(java.lang.String identifier, SubtypeIndication valueType)
identifier
- the identifier of this file typevalueType
- the type of the values in this file typeMethod Detail |
---|
public SubtypeIndication getValueType()
public void setValueType(SubtypeIndication valueType)
valueType
- the type of the values
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |