|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ibm.ftt.properties.util.Property
public class Property
This is an implementation of the IProperty interface. You can use this class to implement your own property set manager.
| Field Summary | |
|---|---|
static String |
COPY_RIGHT
|
| Constructor Summary | |
|---|---|
Property(ICategoryInstance instance,
String name,
String value)
|
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String COPY_RIGHT
| Constructor Detail |
|---|
public Property(ICategoryInstance instance,
String name,
String value)
| Method Detail |
|---|
public ICategoryInstance getCategoryInstance()
IProperty
getCategoryInstance in interface IPropertypublic String getName()
IProperty
getName in interface IPropertypublic String getValue()
IProperty
getValue in interface IProperty
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||