|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<VhdlObject.Mode>
de.upb.hni.vmagic.expression.VhdlObject.Mode
public static enum VhdlObject.Mode
Vhdl object mode.
Enum Constant Summary | |
---|---|
BUFFER
Buffer. |
|
IN
In. |
|
INOUT
InOut. |
|
LINKAGE
Linkage. |
|
NONE
None. |
|
OUT
Out. |
Method Summary | |
---|---|
java.lang.String |
getLowerCase()
Returns a lower case version of this enum. |
java.lang.String |
getUpperCase()
Returns a upper case version of this enum. |
static VhdlObject.Mode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static VhdlObject.Mode[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final VhdlObject.Mode NONE
public static final VhdlObject.Mode IN
public static final VhdlObject.Mode OUT
public static final VhdlObject.Mode INOUT
public static final VhdlObject.Mode BUFFER
public static final VhdlObject.Mode LINKAGE
Method Detail |
---|
public static VhdlObject.Mode[] values()
for (VhdlObject.Mode c : VhdlObject.Mode.values()) System.out.println(c);
public static VhdlObject.Mode valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is nullpublic java.lang.String getLowerCase()
OutputEnum
getLowerCase
in interface OutputEnum
public java.lang.String getUpperCase()
OutputEnum
getUpperCase
in interface OutputEnum
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |