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 |
---|---|
Class |
getValueType()
Returns the value type of this property.
|
boolean |
isMandatory()
Returns whether this property is mandatory.
|
getId, getNodeClass, isChildListProperty, isChildProperty, isSimpleProperty, toString
public 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
Copyright (c) IBM Corp. and others 2000, 2006. All Rights Reserved.