|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DataTypeVariantInfoSerializer
A helper object that can be used to generate the variant info needed to describe a variant of a base data type. This object handles gathering unique variant information, and then serializing it to and from a string representation.
Method Summary | |
---|---|
Object |
createVariantInfo()
Create a new JavaBean that describes information needed to define a new variant of a base data type. |
Object |
deserializeVariantInfo(String variantInfo)
Deserialize the string representation of variant info into a descriptor JavaBean that may be edited in a tool environment. |
String |
serializeVariantInfo(Object variantInfo)
Serialize the given descriptor to a string representation of the variant info it contains. |
Method Detail |
---|
Object createVariantInfo()
String serializeVariantInfo(Object variantInfo)
Object deserializeVariantInfo(String variantInfo)
variantInfo
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |