public final class SimplePropertyDescriptor extends StructuralPropertyDescriptor
int or boolean)
or some simple value type (such as String or
InfixExpression.Operator).isChildListProperty, isChildProperty, isSimpleProperty| Modifier and Type | Method and Description |
|---|---|
java.lang.Class |
getValueType()
Returns the value type of this property.
|
boolean |
isMandatory()
Returns whether this property is mandatory.
|
getId, getNodeClass, isChildListProperty, isChildProperty, isSimpleProperty, toStringpublic java.lang.Class getValueType()
For example, for a node type like SingleVariableDeclaration,
the "modifiers" property returns int.class.
public boolean isMandatory()
null if it is mandatory.true if the property is mandatory,
and false if it is may be null