|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ptc.core.ca.co.client.property.CoPropertyUtil
@Deprecated public abstract class CoPropertyUtil
Supported API: true
Extendable: false
| Method Summary | |
|---|---|
static AttributeTypeSummary |
getAttributeTypeSummary(com.infoengine.object.factory.Element ieElement,
String logicalName)
Deprecated. Gets a atribute type summary of the attribute specified by it's logical name, from the given I*E element. |
static Object |
getAttributeValue(com.infoengine.object.factory.Element ieElement,
String logicalName)
Deprecated. Gets a value of the attribute specified by it's logical name, from the given I*E element. |
static String |
getLogicalName(CoProperty property,
CoEnvData envData)
Deprecated. Gets the logical name of the specified property. |
static boolean |
isRequired(CoProperty property,
CoEnvData envData)
Deprecated. Is property required. |
static String |
objectToString(Object obj,
CoEnvData envData)
Deprecated. Supported API: true |
static void |
setAttributeValue(com.infoengine.object.factory.Element ieElement,
String logicalName,
Object value)
Deprecated. Sets the passed value to the attribute specified by it's logical name, on the given I*E element. |
static Object |
stringToObject(String str,
CoEnvData envData)
Deprecated. Supported API: true |
static Object |
stringToObject(String str,
String objectType,
CoEnvData envData)
Deprecated. Supported API: true |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static boolean isRequired(CoProperty property,
CoEnvData envData)
throws WTException
property - envData -
WTException
public static String getLogicalName(CoProperty property,
CoEnvData envData)
throws WTException
property - envData -
WTException
public static Object stringToObject(String str,
CoEnvData envData)
throws WTException
str - envData -
WTException
public static String objectToString(Object obj,
CoEnvData envData)
throws WTException
obj - envData -
WTException
public static Object getAttributeValue(com.infoengine.object.factory.Element ieElement,
String logicalName)
throws WTException
ieElement - The I*E element whose attribute is searched.logicalName - The logical name of the attribute.
WTException
public static void setAttributeValue(com.infoengine.object.factory.Element ieElement,
String logicalName,
Object value)
throws WTException
ieElement - The I*E element whose attribute is searched.logicalName - The logical name of the attribute.value -
WTException
public static AttributeTypeSummary getAttributeTypeSummary(com.infoengine.object.factory.Element ieElement,
String logicalName)
ieElement - The I*E element whose attribute is searched.logicalName - The logical name of the attribute.
public static Object stringToObject(String str,
String objectType,
CoEnvData envData)
throws WTException
str - type - envData -
WTException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||