|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.kew.engine.node.var.Property
public final class Property
Represents a property that can be accessed relative to a specific "scheme".
Property format: [scheme:]locator
Field Summary | |
---|---|
String |
locator
The property locator; in the case of a variable it is a name; in the case of a url, a url; in the case of a file, a file path |
String |
scheme
The property scheme (e.g. |
Constructor Summary | |
---|---|
Property(String string)
Parses the scheme and locator from a property name/locator string |
|
Property(String scheme,
String locator)
Initialized the property with specified scheme and locator |
Method Summary | |
---|---|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public String scheme
public String locator
Constructor Detail |
---|
public Property(String string)
string
- the property name/locatorpublic Property(String scheme, String locator)
scheme
- the schemelocator
- the locatorMethod Detail |
---|
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |