|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.writersforge.catalan.process.workers.PropertyInfo
Metadata for a command property.
| Constructor Summary | |
PropertyInfo(java.lang.String name,
java.lang.String description)
Creates a new instance of PropertyInfo. |
|
PropertyInfo(java.lang.String name,
java.lang.String description,
java.lang.Class[] legalTypes)
Creates a new instance of PropertyInfo with a type restriction. |
|
| Method Summary | |
java.lang.String |
getDescription()
Retrieves the user-friendly description for this property. |
java.lang.Class[] |
getLegalTypes()
Retrieves the legal types that this property is allowed to support. |
java.lang.String |
getName()
Retrieves the name of the command. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PropertyInfo(java.lang.String name,
java.lang.String description)
name - property namedescription - property description
public PropertyInfo(java.lang.String name,
java.lang.String description,
java.lang.Class[] legalTypes)
name - property namedescription - property descriptionlegalTypes - object types this property is allowed to have| Method Detail |
public final java.lang.String getName()
public final java.lang.String getDescription()
public final java.lang.Class[] getLegalTypes()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||