|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ptc.windchill.esi.utl.ESIPropertyRequest
public final class ESIPropertyRequest
This class abstracts and consolidates all of the ESI property requests
so that property consumers all get the same property name and have consistent
default values.
Supported API: true
Extendable: false
| Method Summary | |
|---|---|
String |
getDefaultValue()
Gets the value of the attribute: defaultValue; An optional value to provide if the property isn't found in ESI.properties. |
String |
getName()
Gets the value of the attribute: name; The name of the property to fetch. |
static ESIPropertyRequest |
newESIPropertyRequest(String name)
Creates a new ESIPropertyRequest with a property name. |
static ESIPropertyRequest |
newESIPropertyRequest(String name,
String defaultValue)
Creates a new ESIPropertyRequest object with the name and defaultValue attributes initialized. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public String getName()
public String getDefaultValue()
public static ESIPropertyRequest newESIPropertyRequest(String name)
name - The name of the property to request.
public static ESIPropertyRequest newESIPropertyRequest(String name,
String defaultValue)
name - The property name.defaultValue - The value to return if the property is not found in ESI properties.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||