Uses of Interface
org.tockit.datatype.Value

Packages that use Value
net.sourceforge.toscanaj.model.manyvaluedcontext   
org.tockit.datatype   
org.tockit.datatype.xsd   
 

Uses of Value in net.sourceforge.toscanaj.model.manyvaluedcontext
 

Methods in net.sourceforge.toscanaj.model.manyvaluedcontext that return Value
 Value ManyValuedContext.getRelationship(FCAElement object, ManyValuedAttribute attribute)
           
 Value ManyValuedContextImplementation.getRelationship(FCAElement object, ManyValuedAttribute attribute)
           
 

Methods in net.sourceforge.toscanaj.model.manyvaluedcontext with parameters of type Value
 void WritableManyValuedContext.setRelationship(FCAElement object, ManyValuedAttribute attribute, Value value)
           
 void ManyValuedContextImplementation.setRelationship(FCAElement object, ManyValuedAttribute attribute, Value value)
           
 void WritableScaleColumn.addValue(Value attributeValue)
           
 boolean ScaleColumn.containsValue(Value value)
           
 

Uses of Value in org.tockit.datatype
 

Classes in org.tockit.datatype that implement Value
 class AbstractValue
           
 

Fields in org.tockit.datatype declared as Value
static Value Value.NULL
           
 

Methods in org.tockit.datatype that return Value
 Value Datatype.convertType(Value value)
           
 Value Datatype.parse(java.lang.String text)
           
 Value Datatype.toValue(org.jdom.Element element)
           
 Value AbstractDatatype.convertType(Value value)
           
 Value AbstractDatatype.parse(java.lang.String text)
           
 

Methods in org.tockit.datatype with parameters of type Value
 boolean Datatype.isValidValue(Value valueToTest)
           
 boolean Datatype.canConvertFrom(Value value)
           
 Value Datatype.convertType(Value value)
           
 void Datatype.insertValue(org.jdom.Element element, Value value)
          Adds the given value into the element.
 boolean AbstractDatatype.canConvertFrom(Value value)
           
 Value AbstractDatatype.convertType(Value value)
           
 

Uses of Value in org.tockit.datatype.xsd
 

Classes in org.tockit.datatype.xsd that implement Value
 class DecimalValue
           
 class StringValue
           
 

Methods in org.tockit.datatype.xsd that return Value
 Value StringType.convertType(Value value)
           
 Value StringType.parse(java.lang.String text)
           
 Value StringType.toValue(org.jdom.Element element)
           
 Value DecimalType.convertType(Value value)
           
 Value DecimalType.parse(java.lang.String text)
           
 Value DecimalType.toValue(org.jdom.Element element)
           
 

Methods in org.tockit.datatype.xsd with parameters of type Value
 boolean StringType.isValidValue(Value valueToTest)
           
 boolean StringType.canConvertFrom(Value value)
           
 Value StringType.convertType(Value value)
           
 void StringType.insertValue(org.jdom.Element element, Value value)
           
 boolean DecimalType.isValidValue(Value valueToTest)
           
 boolean DecimalType.canConvertFrom(Value value)
           
 Value DecimalType.convertType(Value value)
           
 void DecimalType.insertValue(org.jdom.Element element, Value value)
           
 



The ToscanaJ project