|
WebObjects 5.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The JNDIType class represents the external type of an EOAttribute.
| Method Summary | |
BasicAttribute |
createBasicAttribute(String id,
Object internal)
Creates an instance of BasicAttribute with the specified id
and internal value. |
Object |
createInternalValue(Attribute attribute,
String valueType)
Creates an internal value with the specified instance of Attribute and value type. |
ModificationItem |
createModificationItem(String id,
Object oldInternal,
Object newInternal)
Creates an instance of ModificationItem with the specified
id, old external value, and new internal value. |
String |
filterExpression(Object internal)
Creates a filter expression with the specified internal value. |
String |
javaValueClassName()
Gets the Java value class name. |
String |
name()
Gets the name. |
String |
objCValueClassName()
Gets the Objective-C value class name. |
String |
objectIdentifier()
Gets the object identifier. |
String |
valueType()
Gets the value type. |
| Method Detail |
public BasicAttribute createBasicAttribute(String id,
Object internal)
BasicAttribute with the specified id
and internal value.id - - the column nameinternal - - the value of a rowBasicAttributeBasicAttribute
public Object createInternalValue(Attribute attribute,
String valueType)
Attribute and value type.attribute - - the instance of AttributevalueType - - the value typeAttribute,
valueType()
public ModificationItem createModificationItem(String id,
Object oldInternal,
Object newInternal)
ModificationItem with the specified
id, old external value, and new internal value.id - - the column nameoldInternal - - the old value of a rownewInternal - - the new value of a rowModificationItemModificationItempublic String filterExpression(Object internal)
internal - - the value of a rowObject.toString()public String javaValueClassName()
public String name()
public String objCValueClassName()
public String objectIdentifier()
public String valueType()
|
Last updated Thu Jan 10 18:10:21 PST 2002. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||