public class

PropertyDefinition

extends Object
implements IPropertyDefinition
java.lang.Object
   ↳ com.pnfsoftware.jeb.core.properties.impl.PropertyDefinition

Summary

[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

Public Methods

public String getDescription ()

Get a description string for the property.

Returns
  • the mandatory property description (empty string if none)

public int getFlags ()

Get the property flags.

Returns
  • the property flags

public String getName ()

Get the property name.

Returns
  • the mandatory property name

public PropertyDefinitionManager getPropertyDefinitionManager ()

public IPropertyType getType ()

Get the property type.

Returns
  • the mandatory property flags

public boolean isInternal ()

Determine if the property is internal. Internal properties are generally not displayed by clients.

Returns
  • true if the property is internal

public String toString ()