public interface

IPropertyDefinition

com.pnfsoftware.jeb.core.properties.IPropertyDefinition
Known Indirect Subclasses

Class Overview

Definition of a property.

Summary

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.

Public Methods

public abstract String getDescription ()

Get a description string for the property.

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

public abstract int getFlags ()

Get the property flags. TODO

Returns
  • the property flags

public abstract String getName ()

Get the property name.

Returns
  • the mandatory property name

public abstract IPropertyType getType ()

Get the property type.

Returns
  • the mandatory property flags

public abstract boolean isInternal ()

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

Returns
  • true if the property is internal