com.pnfsoftware.jeb.core.properties.IPropertyDefinition |
![]() |
Definition of a property.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | FLAG_INTERNAL | ||||||||||
int | FLAG_NOT_SUITABLE_FOR_RUN_TIME_OPTIONS |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract String |
getDescription()
Get a description string for the property.
| ||||||||||
abstract int |
getFlags()
Get the property flags.
| ||||||||||
abstract String |
getName()
Get the property name.
| ||||||||||
abstract IPropertyType |
getType()
Get the property type.
| ||||||||||
abstract boolean |
isInternal()
Determine if the property is internal.
|
Get a description string for the property.
Get the property flags.
Get the property name.
Get the property type.
Determine if the property is internal. Internal properties are generally not displayed by clients.