|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectde.cbse.jeasy.JEProperty
public class JEProperty
A class representing the entries of the property.xml. Used for the JEasyRepository.
| Constructor Summary | |
|---|---|
JEProperty(java.lang.String s)
Initialize a property by an XML String like |
|
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
The desciption of the property. |
java.lang.String |
getMethodName()
Gets the name of the method to set the property. |
java.lang.String |
getName()
Gets the name of the property. |
java.lang.String |
getPresMax()
Gets the max value for a property of type number. |
java.lang.String |
getPresMin()
Gets the min value for a property of type number. |
java.lang.String |
getPresType()
Gets the type of the field to input the property. |
java.util.Vector |
getPresValues()
Gets a vector of entries for a combobox or selectable jeasy objects. |
java.lang.String |
getPropClass()
Gets the class the property has to represent |
java.lang.Boolean |
isPresDefault()
Gets the default value of a selectable property or a combobox |
java.lang.Boolean |
isPresSelectFile()
Gets whether a property should represent a file. |
boolean |
isPresSelectJeasyId()
Returns true if the property should be a jeasy id |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JEProperty(java.lang.String s)
s - | Method Detail |
|---|
public java.lang.String getDescription()
public java.lang.String getMethodName()
public java.lang.String getName()
public java.lang.String getPresMax()
public java.lang.String getPresMin()
public java.lang.String getPresType()
public java.util.Vector getPresValues()
public java.lang.String getPropClass()
public java.lang.Boolean isPresDefault()
public java.lang.Boolean isPresSelectFile()
public boolean isPresSelectJeasyId()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||