|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IProperty
A property consists of a name and a value. The name and
value cannot be changed by using this interface, the value can be changed by calling
ICategoryIntance#setValue(String name, String value).
| Field Summary | |
|---|---|
static String |
COPY_RIGHT
|
| Method Summary | |
|---|---|
ICategoryInstance |
getCategoryInstance()
Returns the category instance this property belongs to. |
String |
getName()
Returns the name of the property. |
String |
getValue()
Returns the value of the property. |
| Field Detail |
|---|
static final String COPY_RIGHT
| Method Detail |
|---|
String getName()
String getValue()
ICategoryInstance getCategoryInstance()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||