Modifier and Type | Method and Description |
---|---|
CompoundCategory |
CompoundInfo.getModifier1Category()
Returns the
CompoundCategory of the first modifier
or null if it has not been set |
CompoundCategory |
CompoundInfo.getModifier2Category()
Returns the
CompoundCategory of the second modifier
or null if it has not been set |
static CompoundCategory |
CompoundCategory.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CompoundCategory[] |
CompoundCategory.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. |