public static class PropertySet.PropertyRef
extends java.lang.Object
| Constructor and Description | 
|---|
| PropertyRef() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | setBuiltin(PropertySet.BuiltinPropertySetName b)Builtin property names - all, system or commandline. | 
| void | setName(java.lang.String name)Set the name. | 
| void | setPrefix(java.lang.String prefix)Set the prefix to use. | 
| void | setRegex(java.lang.String regex)Set the regular expression to use to filter the properties. | 
| java.lang.String | toString()A debug toString(). | 
public void setName(java.lang.String name)
name - a String value.public void setRegex(java.lang.String regex)
regex - a regular expression.public void setPrefix(java.lang.String prefix)
prefix - a String value.public void setBuiltin(PropertySet.BuiltinPropertySetName b)
b - an enumerated BuildinPropertySetName value.public java.lang.String toString()
toString in class java.lang.Object