public class

PropertyDefinition

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

Class Overview

Definition of a property.

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.
PropertyDefinitionManager getManager()
Retrieve the manager for this definition.
String getName()
Get the property name.
IPropertyType getType()
Get the property type.
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, a combination of FLAG_xxx constants

public PropertyDefinitionManager getManager ()

Retrieve the manager for this definition.

public String getName ()

Get the property name.

Returns
  • the mandatory property name

public IPropertyType getType ()

Get the property type.

Returns
  • the mandatory property flags

public String toString ()