| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.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 | locatorThe 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 | schemeThe 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/locator
public Property(String scheme,
                String locator)
scheme - the schemelocator - the locator| Method Detail | 
|---|
public String toString()
toString in class Object| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||