|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.task.api.CustomPropertyFactory
public class CustomPropertyFactory
Factory to create a custom property object.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
Method Summary | |
---|---|
CustomProperty |
createCustomProperty(java.lang.String propertyName,
java.lang.String propertyValue)
Creates a custom property object. |
static CustomPropertyFactory |
newInstance()
Returns the single instance of a CustomPropertyFactory. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
Method Detail |
---|
public static CustomPropertyFactory newInstance()
public CustomProperty createCustomProperty(java.lang.String propertyName, java.lang.String propertyValue)
propertyName
- The name of the custom property.propertyValue
- The value of the custom property.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |