|
WebObjects 5.2.3 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | 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 row
BasicAttribute
BasicAttribute
public Object createInternalValue(Attribute attribute, String valueType)
Attribute
and value type.
attribute
- - the instance of Attribute
valueType
- - the value type
Attribute
,
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 row
ModificationItem
ModificationItem
public String filterExpression(Object internal)
internal
- - the value of a row
Object.toString()
public String javaValueClassName()
public String name()
public String objCValueClassName()
public String objectIdentifier()
public String valueType()
|
Last updated Thu Oct 21 15:04:16 PDT 2004. | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |