| java.lang.Object | |
| ↳ | com.pnfsoftware.jeb.core.properties.impl.PropertyDefinition |
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.pnfsoftware.jeb.core.properties.IPropertyDefinition
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String |
getDescription()
Get a description string for the property.
| ||||||||||
| int |
getFlags()
Get the property flags.
| ||||||||||
| String |
getName()
Get the property name.
| ||||||||||
| PropertyDefinitionManager | getPropertyDefinitionManager() | ||||||||||
| IPropertyType |
getType()
Get the property type.
| ||||||||||
| boolean |
isInternal()
Determine if the property is internal.
| ||||||||||
| String | toString() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.pnfsoftware.jeb.core.properties.IPropertyDefinition
| |||||||||||
Get a description string for the property.
Get the property flags.
Get the property name.
Determine if the property is internal. Internal properties are generally not displayed by clients.