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.

Constructor Index

 o GBConstraintsConverter()

Method Index

 o convertFromString(String)
Converts a string into a new instance of GBConstraints.
 o convertToCode(Object)
Returns a code for creating a GBConstraints instance like the one given.
 o convertToString(Object)
Converts an instance of GBConstraints to a string representation.

Constructors

 o GBConstraintsConverter
  public GBConstraintsConverter()

Methods

 o convertToString
  public String convertToString(Object obj)
Converts an instance of GBConstraints to a string representation.
Overrides:
convertToString in class Converter
 o 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
 o 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