|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.tranche.clc.TrancheServerCommandLineClientItemAttribute
public class TrancheServerCommandLineClientItemAttribute
A Tranch Server CLC item attribute class.
| Constructor Summary | |
|---|---|
TrancheServerCommandLineClientItemAttribute(java.lang.String name,
java.lang.String description)
Create a CLC item attribute with a name, description defaulting that the attribute is not required. |
|
TrancheServerCommandLineClientItemAttribute(java.lang.String name,
java.lang.String description,
boolean required)
Createa a CLC item attribute with a name, description, and marking if it is a required attribute. |
|
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Retrieve the description of the item attribute. |
java.lang.String |
getName()
Retrieve the name of the item attribute. |
boolean |
isRequired()
Return true if item attribute is required; otherwise false. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TrancheServerCommandLineClientItemAttribute(java.lang.String name,
java.lang.String description)
name - the name of the attributedescription - the description of the attribute
public TrancheServerCommandLineClientItemAttribute(java.lang.String name,
java.lang.String description,
boolean required)
name - the name of the attributedescription - the description of the attributerequired - the required flag| Method Detail |
|---|
public java.lang.String getName()
public java.lang.String getDescription()
public boolean isRequired()
true is an attribute is required;
false otherwise
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||