de.surethingies.properties
Interface Parameter

All Superinterfaces:
Comparable<Parameter>
All Known Implementing Classes:
ParameterImpl

public interface Parameter
extends Comparable<Parameter>


Method Summary
 String getDefaultValue()
           
 String getDisplayName()
           
 String getGroup()
           
 String getIdentifier()
           
 int getOrder()
           
 boolean valueIsEditable()
          The Property is Editable (and should perhaps be displaye inside a PropertyEditor)
 ValueType valueType()
           
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getGroup

String getGroup()
Returns:
The Group of this Key

getIdentifier

String getIdentifier()
Returns:
The Name of this Key

valueIsEditable

boolean valueIsEditable()
The Property is Editable (and should perhaps be displaye inside a PropertyEditor)

Returns:
true, if Property is editable

getDisplayName

String getDisplayName()
Returns:
The Displayname of this Property

getDefaultValue

String getDefaultValue()
Returns:
The Parameters Default Value

valueType

ValueType valueType()
Returns:
The ValueType of this Property (STRING, TEXT...)

getOrder

int getOrder()
Returns:
An Ordering Integer Value


Copyright © 2007. All Rights Reserved.