|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExposedProperty
This interface is used with the SolutionInterface to store exposed properties.
Field Summary | |
---|---|
static String |
DENY_ALL
Property name used to denote that all properties in a storename are not exposed |
static String |
PERMIT_ALL
Property name used to denote that all properties in a storename are exposed |
Fields inherited from interface com.ibm.di.config.interfaces.BaseConfiguration |
---|
DISABLE_EXTPROPS, DISABLE_INHERITANCE, INHERIT_NONE, INHERIT_PARENT, ONE_LEVEL, RECURSIVE, RECURSIVE_ONELEVEL, RECURSIVE_SUBTREE, SEARCH_EXACTCASE, SEARCH_ONELEVEL, SEARCH_PARAMNAME, SEARCH_PARAMNAME_RE, SEARCH_PROPERTY, SEARCH_REGEX, SUBTREE |
Method Summary | |
---|---|
String |
getCategory()
Returns the category for this property |
String |
getLabel()
Optional label used by UI applications (use getUserComment() for tooltips) |
String |
getPropertyName()
Returns the property name |
String |
getStoreName()
Returns the store name. |
void |
setCategory(String category)
Changes the category for this property |
void |
setLabel(String label)
Sets the label for this exposed property |
void |
setPropertyName(String propertyName)
Sets the name of the exposed property |
void |
setStoreName(String storeName)
Sets the store name to which the exposed property applies. |
Field Detail |
---|
static final String DENY_ALL
static final String PERMIT_ALL
Method Detail |
---|
String getCategory()
String getPropertyName()
String getStoreName()
String getLabel()
void setCategory(String category)
category
- void setPropertyName(String propertyName)
propertyName
- The exposed property namevoid setStoreName(String storeName)
storeName
- The name of the property store or null for any property storevoid setLabel(String label)
label
- Text used by UI applications
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |