Class sunsoft.jws.visual.rt.type.GBConstraintsConverter
All Packages Class Hierarchy This Package Previous Next Index
Class sunsoft.jws.visual.rt.type.GBConstraintsConverter
java.lang.Object
|
+----sunsoft.jws.visual.rt.type.Converter
|
+----sunsoft.jws.visual.rt.type.GBConstraintsConverter
- public class GBConstraintsConverter
- extends Converter
Converts instances of GBConstraints to strings and back again.
-
GBConstraintsConverter()
-
-
convertFromString(String)
- Converts a string into a new instance of GBConstraints.
-
convertToCode(Object)
- Returns a code for creating a GBConstraints instance like the one given.
-
convertToString(Object)
- Converts an instance of GBConstraints to a string representation.
GBConstraintsConverter
public GBConstraintsConverter()
convertToString
public String convertToString(Object obj)
- Converts an instance of GBConstraints to a string representation.
- Overrides:
- convertToString in class Converter
convertToCode
public String convertToCode(Object obj)
- Returns a code for creating a GBConstraints instance like the one given.
- Parameters:
- obj - an instance of GBConstraints
- Overrides:
- convertToCode in class Converter
convertFromString
public Object convertFromString(String s)
- Converts a string into a new instance of GBConstraints.
- Throws: Error
- when there is a problem with the string
- Overrides:
- convertFromString in class Converter
All Packages Class Hierarchy This Package Previous Next Index