|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectthings.data.ThingsPropertyDescription
public class ThingsPropertyDescription
A description of a property.
Version History
EPG - Initial - 17 MAY 04
| Field Summary | |
|---|---|
java.lang.String |
help
The help text for the property. |
java.lang.String |
name
The name of the property. |
boolean |
required
Is the property required? If true, it is. |
java.lang.String |
user
who uses this property? |
java.util.List<NVImmutable> |
values
Suggested values. |
| Constructor Summary | |
|---|---|
ThingsPropertyDescription(boolean required,
java.lang.String name,
java.lang.String help)
Constructor. |
|
ThingsPropertyDescription(boolean required,
java.lang.String name,
java.lang.String user,
java.lang.String help)
Constructor. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public boolean required
public java.lang.String name
public java.lang.String user
public java.lang.String help
public java.util.List<NVImmutable> values
| Constructor Detail |
|---|
public ThingsPropertyDescription(boolean required,
java.lang.String name,
java.lang.String help)
required - Is the property required?name - The name of the property. This is suitable for lookup in a view.help - The help text for the property.
public ThingsPropertyDescription(boolean required,
java.lang.String name,
java.lang.String user,
java.lang.String help)
required - Is the property required?name - The name of the property. This is suitable for lookup in a view.user - The user name for this property.help - The help text for the property.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||