Modifier and Type | Method and Description |
---|---|
CompoundProperty |
CompoundInfo.getHeadProperty()
Returns the
CompoundProperty of the head
or null if it has not been set |
CompoundProperty |
CompoundInfo.getModifier1Property()
Returns the
CompoundProperty of the first modifier
or null if it has not been set |
CompoundProperty |
CompoundInfo.getModifier2Property()
Returns the
CompoundProperty of the second modifier
or null if it has not been set |
static CompoundProperty |
CompoundProperty.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CompoundProperty[] |
CompoundProperty.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
CompoundInfo(java.lang.String modifier1,
CompoundProperty modifier1Property,
CompoundCategory modifier1Category,
java.lang.String modifier2,
CompoundProperty modifier2Property,
CompoundCategory modifier2Category,
java.lang.String head,
CompoundProperty headProperty)
Constructs a
CompoundInfo with the specified attributes. |