|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Property
Interface to identify objects as properties. They can be added to a PropertyHolder.
| Method Summary | |
|---|---|
Collection<Integer> |
getAllowedTypes()
Returns the allowed robot type ids for this property. |
Integer |
getId()
Returns the unique id of this property. |
String |
getValueToDisplay()
Returns the value(s) in a way to show it in a UI. |
void |
setId(Integer id)
Sets the unique id of this property. |
| Method Detail |
|---|
Integer getId()
void setId(Integer id)
id - the unique id of this propertyCollection<Integer> getAllowedTypes()
PropertyHolder.ROBOTTYPEALL)
is considered as a separate robot type. If all possible types are allowed
the returned collection is empty.
String getValueToDisplay()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||