|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AttributeHandler
An interface for methods that perform attribute value conversions.
Method Summary | |
---|---|
java.lang.Object |
convertStringValue(int elemType,
java.lang.String name,
java.lang.String stringValue,
int convType)
Convert the supplied string value to the appropriate Object. |
java.lang.String |
convertValue(int elemType,
java.lang.String name,
java.lang.Object value,
int convType)
Convert the supplied value to a string. |
java.lang.Object |
copyValue(int elemType,
java.lang.String name,
java.lang.Object value,
int convType)
Make a copy of the supplied value. |
Method Detail |
---|
java.lang.String convertValue(int elemType, java.lang.String name, java.lang.Object value, int convType)
elemType
- the element type to which the named attribute appliesname
- the name of the attributevalue
- the object value to be converted to a stringconvType
- the object-to-string conversion type of the value object
java.lang.Object convertStringValue(int elemType, java.lang.String name, java.lang.String stringValue, int convType)
elemType
- the element type to which the named attribute appliesname
- the name of the attributevalue
- the string value to be converted to an objectconvType
- the string-to-object conversion type of the value object
java.lang.Object copyValue(int elemType, java.lang.String name, java.lang.Object value, int convType)
elemType
- the element type to which the named attribute appliesname
- the name of the attributevalue
- the attribute value to be copiedconvType
- the conversion type of the value object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |