Data Request Broker
2-3-release

Uses of Interface
fr.gael.drb.value.Value

Packages that use Value
fr.gael.drb DRB main package containing the main interfaces, default and abstract classes. 
fr.gael.drb.impl.file Implementation of DRB for the support of Files and Directories of the local File System. 
fr.gael.drb.impl.xml Implementation of DRB for the support of XML documents. 
fr.gael.drb.query An implementation of XQuery 1.0 over the DRB API®. 
fr.gael.drb.value Envelope classes and operations for primitive values of DRB. 
fr.gael.drb.xsd Implementation of DRB for the support of XSD XML schema files. 
 

Uses of Value in fr.gael.drb
 

Fields in fr.gael.drb declared as Value
protected  Value DrbDefaultMutableNode.value
          Node avlue.
 

Methods in fr.gael.drb that return Value
 Value DrbDefaultAttribute.getValue()
          The value of the attribute.
 Value DrbDefaultMutableNode.getValue()
          The value of the node.
 Value DrbAbstractNode.getValue()
          The value of the node.
 Value DrbAttribute.getValue()
          The value of the attribute.
 Value DrbItem.getValue()
          The value of the item.
 Value DrbDefaultAttribute.setValue(Value value)
          Changes the value of the item.
 Value DrbDefaultMutableNode.setValue(Value value)
          Changes the value of the node.
 Value DrbAbstractNode.setValue(Value value)
          Changes the value of the node.
 Value DrbNode.setValue(Value value)
          Changes the value of the node.
 Value DrbItem.setValue(Value value)
          Changes the value of the item.
 

Methods in fr.gael.drb with parameters of type Value
 Value DrbDefaultAttribute.setValue(Value value)
          Changes the value of the item.
 Value DrbDefaultMutableNode.setValue(Value value)
          Changes the value of the node.
 Value DrbAbstractNode.setValue(Value value)
          Changes the value of the node.
 Value DrbNode.setValue(Value value)
          Changes the value of the node.
 Value DrbItem.setValue(Value value)
          Changes the value of the item.
 

Constructors in fr.gael.drb with parameters of type Value
DrbDefaultAttribute(String name, Value value)
          Simple constructor of an attribute.
DrbDefaultAttribute(String name, Value value, boolean specified)
          Constructor of a defaulted attribute.
DrbDefaultAttribute(String name, Value value, boolean specified, DrbNode owner)
          Constructor of a defaulted attribute with an owner.
DrbDefaultAttribute(String name, Value value, DrbNode owner)
          Constructor of an attribute with an owner.
 

Uses of Value in fr.gael.drb.impl.file
 

Methods in fr.gael.drb.impl.file that return Value
 Value FileNode.getValue()
          The value of the node.
 Value FileNode.setValue(Value value)
          Sets the value pf a file.
 

Methods in fr.gael.drb.impl.file with parameters of type Value
 Value FileNode.setValue(Value value)
          Sets the value pf a file.
 

Uses of Value in fr.gael.drb.impl.xml
 

Methods in fr.gael.drb.impl.xml that return Value
 Value XmlNode.getValue()
          The contents of the current node.
 Value XmlDocument.getValue()
          The value of the node.
 Value XmlNode.setValue(Value value)
          Changes the value of the node.
 

Methods in fr.gael.drb.impl.xml with parameters of type Value
 Value XmlNode.setValue(Value value)
          Changes the value of the node.
 

Uses of Value in fr.gael.drb.query
 

Methods in fr.gael.drb.query that return Value
 Value Parameter.getDefaultValue()
          Returns the default value of the parameter.
 Value Parameter.getValue()
          Returns the value of the parameter.
 

Methods in fr.gael.drb.query with parameters of type Value
protected  void Parameter.setDefaultValue(Value value)
          Set the default value of the parameter.
 void Parameter.setValue(Value value)
          Set the value of the parameter.
 

Constructors in fr.gael.drb.query with parameters of type Value
Parameter(String name, int type, Value default_value)
          Builds a parameter class
 

Uses of Value in fr.gael.drb.value
 

Subinterfaces of Value in fr.gael.drb.value
 interface Numeric
          Standard numeric values : from boolean to double.
 interface NumericArray
          Numeric array value wrapper.
 interface ValueArray
          Generic array value wrapper.
 

Classes in fr.gael.drb.value that implement Value
 class AbstractNumericArray
          Generic numeric array wrapper.
 class AbstractValueArray
          Generic array value wrapper.
 class Binary
          The Binary class is a generic wrapper for binary values.
 class BinaryInteger
          The BinaryInteger class is a generic wrapper for binary integer values.
 class Boolean
          The Boolean class is a generic wrapper for boolean values.
 class BooleanArray
          The BooleanArray class is a generic wrapper for boolean array values.
 class Byte
          The Byte class is a generic wrapper for byte values.
 class ByteArray
          The ByteArray class is a generic wrapper for byte array values.
 class DateTime
          The DateTime class is a generic wrapper for Date values.
 class DayTimeDuration
          The DayTimeDuration class is a generic wrapper for day/time duration.
 class Decimal
          The Decimal class is a generic wrapper for decimal values.
 class DefaultValueArray
          Generic array value wrapper.
 class Double
          The Double class is a generic wrapper for double values.
 class DoubleArray
          The DoubleArray class is a generic wrapper for double array values.
 class Duration
          The DateTime class is a generic wrapper for Date values.
 class Float
          The Float class is a generic wrapper for float values.
 class FloatArray
          The FloatArray class is a generic wrapper for float array values.
 class Int
          The Int class is a generic wrapper for int values.
 class IntArray
          The IntArray class is a generic wrapper for int array values.
 class Integer
          The Integer class is a generic wrapper for decimal values.
 class Long
          The Long class is a generic wrapper for long values.
 class LongArray
          The LongArray class is a generic wrapper for long array values.
 class Short
          The Short class is a generic wrapper for short values.
 class ShortArray
          The ShortArray class is a generic wrapper for short array values.
 class String
          The String class is a generic wrapper for string values.
 class UnsignedByte
          The UnsignedByte class is a generic wrapper for unsigned byte values.
 class UnsignedByteArray
          The UnsignedByteArray class is a generic wrapper for unsigned byte array values.
 class UnsignedInt
          The UnsignedInt class is a wrapper for unsigned integer values.
 class UnsignedIntArray
          The UnsignedIntegerArray class is a generic wrapper for unsigned int array values.
 class UnsignedLong
          The UnsignedLong class is a generic wrapper for unsigned long values.
 class UnsignedLongArray
          The UnsignedLongArray class is a generic wrapper for unsigned long array values.
 class UnsignedShort
          The UnsignedShort class is a generic wrapper for unsigned short values.
 class UnsignedShortArray
          The UnsignedShortArray class is a generic wrapper for unsigned short array values.
 class YearMonthDuration
          The YearMonthDuration class is a generic wrapper for year/month duration.
 

Methods in fr.gael.drb.value that return Value
 Value Duration.add(Value x)
          Compute an addition.
 Value Long.add(Value x)
          Compute an addition.
 Value Decimal.add(Value x)
          Compute an addition.
 Value UnsignedInt.add(Value x)
          Compute an addition.
 Value DayTimeDuration.add(Value x)
          Compute an addition.
 Value String.add(Value x)
          Compute a string concatenation.
 Value Short.add(Value x)
          Adds the current Value to the current one
 Value Int.add(Value x)
          Compute an addition.
 Value UnsignedByte.add(Value x)
          Adds the current Value to the current one
 Value UnsignedLong.add(Value x)
          Compute an addition.
 Value YearMonthDuration.add(Value x)
          Compute an addition.
 Value UnsignedShort.add(Value x)
          Adds the specified value to the current short value.
 Value Byte.add(Value x)
          Compute an addition.
 Value Double.add(Value x)
          Compute an addition.
 Value Float.add(Value x)
          This method adds a value
 Value Integer.add(Value x)
          Compute an addition.
 Value DateTime.add(Value x)
          Compute an addition.
 Value Sumable.add(Value x)
          Compute an addition.
 Value ByteArray.convertTo(int type)
          Convert the value into the specified type.
 Value Duration.convertTo(int type)
          Convert the value into the specified type.
 Value DoubleArray.convertTo(int type)
          Convert the value into the specified type.
 Value BooleanArray.convertTo(int type)
          Convert the value into the specified type.
 Value BinaryInteger.convertTo(int type)
          Convert the value into the specified type.
 Value UnsignedLongArray.convertTo(int type)
          Convert the value into the specified type.
 Value UnsignedByteArray.convertTo(int type)
          Convert the value into the specified type.
 Value FloatArray.convertTo(int type)
          Convert the value into the specified type.
 Value LongArray.convertTo(int type)
          Convert the value into the specified type.
 Value UnsignedShortArray.convertTo(int type)
          Convert the value into the specified type.
 Value IntArray.convertTo(int type)
          Convert the value into the specified type.
 Value DefaultValueArray.convertTo(int type)
          Convert the value into the specified type.
 Value UnsignedIntArray.convertTo(int type)
          Convert the value into the specified type.
 Value Long.convertTo(int type)
          Convert the value into the specified type.
 Value AbstractValueArray.convertTo(int type)
          Convert the value into the specified type.
 Value ShortArray.convertTo(int type)
          Convert the value into the specified type.
 Value Decimal.convertTo(int type)
          Convert the value into the specified type.
 Value UnsignedInt.convertTo(int type)
          Convert the value into the specified type.
 Value DayTimeDuration.convertTo(int type)
          Convert the value into the specified type.
 Value String.convertTo(int type)
          Convert the value into the specified type.
 Value Boolean.convertTo(int type)
          Convert the value into the specified type.
 Value Short.convertTo(int type)
          Convert this Short value into the specified type.
 Value Int.convertTo(int type)
          Convert the value into the specified type.
 Value UnsignedByte.convertTo(int type)
          Convert this Byte value into the specified type.
 Value UnsignedLong.convertTo(int type)
          Convert the value into the specified type.
 Value YearMonthDuration.convertTo(int type)
          Convert the value into the specified type.
 Value UnsignedShort.convertTo(int type)
          In particular this operation that performs non obvious conversions.
 Value Byte.convertTo(int type)
          Convert this Byte value into the specified type.
 Value Double.convertTo(int type)
          Convert the value into the specified type.
 Value Float.convertTo(int type)
          This method converts a type in a value
 Value Binary.convertTo(int type)
          Convert the value into the specified type.
 Value Integer.convertTo(int type)
          Convert the value into the specified type.
 Value DateTime.convertTo(int type)
          Convert the value into the specified type.
 Value Value.convertTo(int type)
          Convert the value into the specified type.
 Value Duration.divide(Value x)
          Compute a division.
 Value Long.divide(Value x)
          Compute a division.
 Value Decimal.divide(Value x)
          Compute a division.
 Value UnsignedInt.divide(Value x)
          Compute a division.
 Value DayTimeDuration.divide(Value x)
          Compute a division.
 Value Short.divide(Value x)
          Divides the current Value by the current one
 Value Int.divide(Value x)
          Compute a division.
 Value UnsignedByte.divide(Value x)
          Divides the current Value by the current one
 Value UnsignedLong.divide(Value x)
          Compute a division.
 Value YearMonthDuration.divide(Value x)
          Compute a division.
 Value UnsignedShort.divide(Value x)
          Divides the specified value by the current short value.
 Value Byte.divide(Value x)
          Compute a division.
 Value Double.divide(Value x)
          Compute a division.
 Value Float.divide(Value x)
          This method divides a value
 Value Integer.divide(Value x)
          Compute a division.
 Value DateTime.divide(Value x)
          Compute a division (not supported).
 Value Arithmetic.divide(Value x)
          Compute a division.
 Value ByteArray.getElement(int index)
          The value of the element located at the specified index.
 Value DoubleArray.getElement(int index)
          The value of the element located at the specified index.
 Value BooleanArray.getElement(int index)
          Returns the Element value at the specified index
 Value UnsignedLongArray.getElement(int index)
          The value of the element located at the specified index.
 Value UnsignedByteArray.getElement(int index)
          The value of the element located at the specified index.
 Value FloatArray.getElement(int index)
          Returns the Value at the given index.
 Value LongArray.getElement(int index)
          Returns the Element value at the specified index
 Value UnsignedShortArray.getElement(int index)
          get the element
 Value IntArray.getElement(int index)
          The value of the element located at the specified index.
 Value DefaultValueArray.getElement(int index)
          Returns the Element value at the specified index
 Value UnsignedIntArray.getElement(int index)
          The value of the element located at the specified index.
 Value ShortArray.getElement(int index)
          Returns the Element value at the specified index
 Value ValueArray.getElement(int index)
          Get the element located at the specified index.
 Value Duration.modulus(Value x)
          Compute a modulus.
 Value Long.modulus(Value x)
          Compute a modulus.
 Value Decimal.modulus(Value x)
          Compute a modulus.
 Value UnsignedInt.modulus(Value x)
          Compute a modulus.
 Value DayTimeDuration.modulus(Value x)
          Compute a modulus.
 Value Short.modulus(Value x)
          Calculates the current value modulus the given one.
 Value Int.modulus(Value x)
          Compute a modulus.
 Value UnsignedByte.modulus(Value x)
          Calculates the current value modulus the given one.
 Value UnsignedLong.modulus(Value x)
          Compute a modulus.
 Value YearMonthDuration.modulus(Value x)
          Compute a modulus.
 Value UnsignedShort.modulus(Value x)
          Compute the modulus of the current short value by the specified value.
 Value Byte.modulus(Value x)
          Compute a modulus.
 Value Double.modulus(Value x)
          Compute a modulus.
 Value Float.modulus(Value x)
          Calculates the current value modulus the given one.
 Value Integer.modulus(Value x)
          Compute a modulus.
 Value DateTime.modulus(Value x)
          Compute a modulus (not supported).
 Value Arithmetic.modulus(Value x)
          Compute a modulus.
 Value Duration.multiply(Value x)
          Compute a multiplication.
 Value Long.multiply(Value x)
          Compute a multiplication.
 Value Decimal.multiply(Value x)
          Compute a multiplication.
 Value UnsignedInt.multiply(Value x)
          Compute a multiplication.
 Value DayTimeDuration.multiply(Value x)
          Compute a multiplication.
 Value Short.multiply(Value x)
          Multiplies the current Value by the current one
 Value Int.multiply(Value x)
          Compute a multiplication.
 Value UnsignedByte.multiply(Value x)
          Multiplies the current Value by the current one
 Value UnsignedLong.multiply(Value x)
          Compute a multiplication.
 Value YearMonthDuration.multiply(Value x)
          Compute a multiplication.
 Value UnsignedShort.multiply(Value x)
          Multiply the specified value by the current short value.
 Value Byte.multiply(Value x)
          Compute a multiplication.
 Value Double.multiply(Value x)
          Compute a multiplication.
 Value Float.multiply(Value x)
          This method multiplies a value
 Value Integer.multiply(Value x)
          Compute a multiplication.
 Value DateTime.multiply(Value x)
          Compute a multiplication.
 Value Arithmetic.multiply(Value x)
          Compute a multiplication.
 Value Duration.sub(Value x)
          Compute a substraction.
 Value Long.sub(Value x)
          Compute a substraction.
 Value Decimal.sub(Value x)
          Compute a substraction.
 Value UnsignedInt.sub(Value x)
          Compute a substraction.
 Value DayTimeDuration.sub(Value x)
          Compute a substraction.
 Value Short.sub(Value x)
          Substracts the current Value by the current one
 Value Int.sub(Value x)
          Compute a substraction.
 Value UnsignedByte.sub(Value x)
          Substracts the current Value by the current one
 Value UnsignedLong.sub(Value x)
          Compute a substraction.
 Value YearMonthDuration.sub(Value x)
          Compute a substraction.
 Value UnsignedShort.sub(Value x)
          Substracts the specified value to the current short value.
 Value Byte.sub(Value x)
          Compute a substraction.
 Value Double.sub(Value x)
          Compute a substraction.
 Value Float.sub(Value x)
          This method subs a value
 Value Integer.sub(Value x)
          Compute a substraction.
 Value DateTime.sub(Value x)
          Compute a substraction.
 Value Arithmetic.sub(Value x)
          Compute a substraction.
 Value Duration.unaryMinus()
          Compute an unary minus.
 Value Long.unaryMinus()
          Compute the unary minus of this value.
 Value Decimal.unaryMinus()
          Compute the unary minus of this value.
 Value UnsignedInt.unaryMinus()
          Compute the unary minus of this value.
 Value DayTimeDuration.unaryMinus()
          Compute an unary minus.
 Value Short.unaryMinus()
          unary Minus
 Value Int.unaryMinus()
          Compute the unary minus of this value.
 Value UnsignedByte.unaryMinus()
          unary Minus
 Value UnsignedLong.unaryMinus()
          Compute the unary minus of this value.
 Value YearMonthDuration.unaryMinus()
          Compute an unary minus.
 Value UnsignedShort.unaryMinus()
          Returns a Value containing the opposite of the current Value.
 Value Byte.unaryMinus()
          Compute the unary minus of this value.
 Value Double.unaryMinus()
          Compute the unary minus of this value.
 Value Float.unaryMinus()
          This method converts a float in a unary minus value
 Value Integer.unaryMinus()
          Compute the unary minus of this value.
 Value DateTime.unaryMinus()
          Compute an unary minus (not supported).
 Value Arithmetic.unaryMinus()
          Compute an unary minus.
 

Methods in fr.gael.drb.value with parameters of type Value
 Value Duration.add(Value x)
          Compute an addition.
 Value Long.add(Value x)
          Compute an addition.
 Value Decimal.add(Value x)
          Compute an addition.
 Value UnsignedInt.add(Value x)
          Compute an addition.
 Value DayTimeDuration.add(Value x)
          Compute an addition.
 Value String.add(Value x)
          Compute a string concatenation.
 Value Short.add(Value x)
          Adds the current Value to the current one
 Value Int.add(Value x)
          Compute an addition.
 Value UnsignedByte.add(Value x)
          Adds the current Value to the current one
 Value UnsignedLong.add(Value x)
          Compute an addition.
 Value YearMonthDuration.add(Value x)
          Compute an addition.
 Value UnsignedShort.add(Value x)
          Adds the specified value to the current short value.
 Value Byte.add(Value x)
          Compute an addition.
 Value Double.add(Value x)
          Compute an addition.
 Value Float.add(Value x)
          This method adds a value
 Value Integer.add(Value x)
          Compute an addition.
 Value DateTime.add(Value x)
          Compute an addition.
 Value Sumable.add(Value x)
          Compute an addition.
 boolean Boolean.and(Value x)
          Compute a Logical-AND.
 boolean Logic.and(Value x)
          Compute a logical AND.
 void ByteArray.assign(int index, Value element)
          Replace the element at the specified position in the array with the specified element.
 void DoubleArray.assign(int index, Value element)
          Replace the element at the specified position in the array with the specified element.
 void BooleanArray.assign(int index, Value element)
          Assign a value to an index
 void UnsignedLongArray.assign(int index, Value element)
          Replace the element at the specified position in the array with the specified element.
 void UnsignedByteArray.assign(int index, Value element)
          Replace the element at the specified position in the array with the specified element.
 void FloatArray.assign(int index, Value element)
          Assign a new Value at the given index.
 void LongArray.assign(int index, Value element)
          Assign a value to an index
 void UnsignedShortArray.assign(int index, Value element)
          assign
 void IntArray.assign(int index, Value element)
          Replace the element at the specified position in the array with the specified element.
 void DefaultValueArray.assign(int index, Value element)
          Assign a value to an index
 void UnsignedIntArray.assign(int index, Value element)
          Replace the element at the specified position in the array with the specified element.
 void ShortArray.assign(int index, Value element)
          Assign a value to an index
 void ValueArray.assign(int index, Value element)
          Replace the element at the specified position in the array with the specified element.
 void ByteArray.assign(Value v)
          Assign a value.
 void Duration.assign(Value v)
          Assign a new Value.
 void DoubleArray.assign(Value v)
          Assign a new Value.
 void BooleanArray.assign(Value v)
          Assign a value.
 void UnsignedLongArray.assign(Value v)
          Assign a new Value.
 void UnsignedByteArray.assign(Value value)
          Assign a value.
 void FloatArray.assign(Value v)
          Assign a new ValueArray to the current one.
 void LongArray.assign(Value v)
          Assign a new Value.
 void UnsignedShortArray.assign(Value v)
          Assign a value.
 void IntArray.assign(Value v)
          Assign a new Value.
 void DefaultValueArray.assign(Value v)
          Assign a value.
 void UnsignedIntArray.assign(Value v)
          Assign a new Value.
 void Long.assign(Value v)
          Assign a new Value.
 void ShortArray.assign(Value v)
          Assign a value.
 void Decimal.assign(Value v)
          Assign a new Value.
 void UnsignedInt.assign(Value v)
          Assign a new Value.
 void DayTimeDuration.assign(Value v)
          Assign a new Value.
 void String.assign(Value v)
          Assign a new Value.
 void Boolean.assign(Value v)
          Assign a new Value.
 void Short.assign(Value v)
          assign a new Value to the current one.
 void Int.assign(Value v)
          Assign a new Value.
 void UnsignedByte.assign(Value v)
          assign a new Value to the current one.
 void UnsignedLong.assign(Value v)
          Assign a new Value.
 void YearMonthDuration.assign(Value v)
          Assign a new Value.
 void UnsignedShort.assign(Value v)
          assign a new Value
 void Byte.assign(Value v)
          Assign a new Value.
 void Double.assign(Value v)
          Assign a new Value.
 void Float.assign(Value v)
          This method assigned the value passed in param
 void Integer.assign(Value v)
          Assign a new Value.
 void DateTime.assign(Value v)
          Assign a new Value.
 void Value.assign(Value v)
          Assign a new Value.
 int Duration.compareTo(Value v)
          Compare this value with another value.
 int Long.compareTo(Value x)
          Compares the current Value to the given one
 int AbstractValueArray.compareTo(Value value)
          Compare this array with another array.
 int Decimal.compareTo(Value x)
          Compare this value with another value.
 int UnsignedInt.compareTo(Value x)
          Compare this value with another value.
 int DayTimeDuration.compareTo(Value v)
          Compare this value with another value.
 int String.compareTo(Value v)
          Compare this string with another string in lexicographic order (a b ...
 int Boolean.compareTo(Value x)
          Compare this value with another value.
 int Short.compareTo(Value x)
          Compares the current Value to the given one
 int Int.compareTo(Value x)
          Compare this value with another value.
 int UnsignedByte.compareTo(Value x)
          Compares the current Value to the given one
 int UnsignedLong.compareTo(Value x)
          Compare the current Value to the given one
 int YearMonthDuration.compareTo(Value v)
          Compare this value with another value.
 int UnsignedShort.compareTo(Value x)
          compare the current value to the given one.
 int Byte.compareTo(Value x)
          Compare this value with another value.
 int Double.compareTo(Value x)
          Compare this value with another value.
 int Float.compareTo(Value x)
          Compares the current Value to the given one
 int Integer.compareTo(Value x)
          Compare this value with another value.
 int DateTime.compareTo(Value x)
          Compare this value with another value.
 int Comparison.compareTo(Value v)
          Compare this value with another value.
 Value Duration.divide(Value x)
          Compute a division.
 Value Long.divide(Value x)
          Compute a division.
 Value Decimal.divide(Value x)
          Compute a division.
 Value UnsignedInt.divide(Value x)
          Compute a division.
 Value DayTimeDuration.divide(Value x)
          Compute a division.
 Value Short.divide(Value x)
          Divides the current Value by the current one
 Value Int.divide(Value x)
          Compute a division.
 Value UnsignedByte.divide(Value x)
          Divides the current Value by the current one
 Value UnsignedLong.divide(Value x)
          Compute a division.
 Value YearMonthDuration.divide(Value x)
          Compute a division.
 Value UnsignedShort.divide(Value x)
          Divides the specified value by the current short value.
 Value Byte.divide(Value x)
          Compute a division.
 Value Double.divide(Value x)
          Compute a division.
 Value Float.divide(Value x)
          This method divides a value
 Value Integer.divide(Value x)
          Compute a division.
 Value DateTime.divide(Value x)
          Compute a division (not supported).
 Value Arithmetic.divide(Value x)
          Compute a division.
 Value Duration.modulus(Value x)
          Compute a modulus.
 Value Long.modulus(Value x)
          Compute a modulus.
 Value Decimal.modulus(Value x)
          Compute a modulus.
 Value UnsignedInt.modulus(Value x)
          Compute a modulus.
 Value DayTimeDuration.modulus(Value x)
          Compute a modulus.
 Value Short.modulus(Value x)
          Calculates the current value modulus the given one.
 Value Int.modulus(Value x)
          Compute a modulus.
 Value UnsignedByte.modulus(Value x)
          Calculates the current value modulus the given one.
 Value UnsignedLong.modulus(Value x)
          Compute a modulus.
 Value YearMonthDuration.modulus(Value x)
          Compute a modulus.
 Value UnsignedShort.modulus(Value x)
          Compute the modulus of the current short value by the specified value.
 Value Byte.modulus(Value x)
          Compute a modulus.
 Value Double.modulus(Value x)
          Compute a modulus.
 Value Float.modulus(Value x)
          Calculates the current value modulus the given one.
 Value Integer.modulus(Value x)
          Compute a modulus.
 Value DateTime.modulus(Value x)
          Compute a modulus (not supported).
 Value Arithmetic.modulus(Value x)
          Compute a modulus.
 Value Duration.multiply(Value x)
          Compute a multiplication.
 Value Long.multiply(Value x)
          Compute a multiplication.
 Value Decimal.multiply(Value x)
          Compute a multiplication.
 Value UnsignedInt.multiply(Value x)
          Compute a multiplication.
 Value DayTimeDuration.multiply(Value x)
          Compute a multiplication.
 Value Short.multiply(Value x)
          Multiplies the current Value by the current one
 Value Int.multiply(Value x)
          Compute a multiplication.
 Value UnsignedByte.multiply(Value x)
          Multiplies the current Value by the current one
 Value UnsignedLong.multiply(Value x)
          Compute a multiplication.
 Value YearMonthDuration.multiply(Value x)
          Compute a multiplication.
 Value UnsignedShort.multiply(Value x)
          Multiply the specified value by the current short value.
 Value Byte.multiply(Value x)
          Compute a multiplication.
 Value Double.multiply(Value x)
          Compute a multiplication.
 Value Float.multiply(Value x)
          This method multiplies a value
 Value Integer.multiply(Value x)
          Compute a multiplication.
 Value DateTime.multiply(Value x)
          Compute a multiplication.
 Value Arithmetic.multiply(Value x)
          Compute a multiplication.
 boolean Boolean.or(Value x)
          Compute a logical OR.
 boolean Logic.or(Value x)
          Compute a logical OR.
 Value Duration.sub(Value x)
          Compute a substraction.
 Value Long.sub(Value x)
          Compute a substraction.
 Value Decimal.sub(Value x)
          Compute a substraction.
 Value UnsignedInt.sub(Value x)
          Compute a substraction.
 Value DayTimeDuration.sub(Value x)
          Compute a substraction.
 Value Short.sub(Value x)
          Substracts the current Value by the current one
 Value Int.sub(Value x)
          Compute a substraction.
 Value UnsignedByte.sub(Value x)
          Substracts the current Value by the current one
 Value UnsignedLong.sub(Value x)
          Compute a substraction.
 Value YearMonthDuration.sub(Value x)
          Compute a substraction.
 Value UnsignedShort.sub(Value x)
          Substracts the specified value to the current short value.
 Value Byte.sub(Value x)
          Compute a substraction.
 Value Double.sub(Value x)
          Compute a substraction.
 Value Float.sub(Value x)
          This method subs a value
 Value Integer.sub(Value x)
          Compute a substraction.
 Value DateTime.sub(Value x)
          Compute a substraction.
 Value Arithmetic.sub(Value x)
          Compute a substraction.
 

Uses of Value in fr.gael.drb.xsd
 

Methods in fr.gael.drb.xsd that return Value
 Value XsdAtomicType.getExclusiveLowerBound()
          Returns the exclusive lower bound.
 Value XsdListType.getExclusiveLowerBound()
          Returns the exclusive lower bound.
 Value XsdValueSpace.getExclusiveLowerBound()
          Returns the exclusive lower bound.
 Value XsdAtomicType.getExclusiveUpperBound()
          Returns the exclusive upper bound.
 Value XsdListType.getExclusiveUpperBound()
          Returns the exclusive upper bound.
 Value XsdValueSpace.getExclusiveUpperBound()
          Returns the exclusive upper bound.
 Value XsdAtomicType.getInclusiveLowerBound()
          Returns the inclusive lower bound.
 Value XsdListType.getInclusiveLowerBound()
          Returns the inclusive lower bound.
 Value XsdValueSpace.getInclusiveLowerBound()
          Returns the inclusive lower bound.
 Value XsdAtomicType.getInclusiveUpperBound()
          Returns the inclusive upper bound.
 Value XsdListType.getInclusiveUpperBound()
          Returns the inclusive upper bound.
 Value XsdValueSpace.getInclusiveUpperBound()
          Returns the inclusive upper bound.
 Value XsdElement.getValue()
          Returns the value of this element.
 Value XsdLengthFacet.getValue()
          The length value
 Value XsdMaxInclusiveFacet.getValue()
          The maxInclusive value
 Value XsdMinExclusiveFacet.getValue()
          The minExclusive value
 Value XsdMinInclusiveFacet.getValue()
          The minInclusive value
 Value XsdEnumerationFacet.getValue()
          The value of this facet.
 Value XsdMinLengthFacet.getValue()
          The minLength value
 Value XsdMaxExclusiveFacet.getValue()
          The maxExclusive value
 Value XsdFractionDigitsFacet.getValue()
          The fractionDigits value
 Value XsdTotalDigitsFacet.getValue()
          The totalDigits value
 Value XsdPatternFacet.getValue()
          The pattern value
 Value XsdMaxLengthFacet.getValue()
          The maxLength value
 Value XsdWhiteSpaceFacet.getValue()
          The whiteSpace value
 Value XsdFacet.getValue()
          The value of this facet.
 Value XsdAtomicType.getValue(String text)
          Create a value from a string.
 Value XsdListType.getValue(String text)
          Create a value from a string.
abstract  Value XsdSimpleType.getValue(String text)
          Create a value from a string.
 Value XsdAttribute.getValueConstraint()
          Returns the value constraint of this attribute.
 Value[] XsdEnumerationFacet.getValues()
          The enumeration value
 Value XsdNodeImpl.setValue(Value value)
          Changes the value of the node.
 

Methods in fr.gael.drb.xsd with parameters of type Value
 boolean XsdLengthFacet.isValid(Value v)
          Validates the present value.
 boolean XsdMaxInclusiveFacet.isValid(Value v)
          Validates the present value.
 boolean XsdMinExclusiveFacet.isValid(Value v)
          Validates the present value.
 boolean XsdMinInclusiveFacet.isValid(Value v)
          Validates the present value.
 boolean XsdEnumerationFacet.isValid(Value v)
          Validates the present value.
 boolean XsdMinLengthFacet.isValid(Value v)
          Validates the present value.
 boolean XsdMaxExclusiveFacet.isValid(Value v)
          Validates the present value.
 boolean XsdFractionDigitsFacet.isValid(Value v)
          Validates the present value.
 boolean XsdTotalDigitsFacet.isValid(Value v)
          Validates the present value.
 boolean XsdAtomicType.isValid(Value value)
          Check if this value satifies the type definition.
 boolean XsdPatternFacet.isValid(Value v)
          Validates the present value.
 boolean XsdMaxLengthFacet.isValid(Value v)
          Validates the present value.
 boolean XsdWhiteSpaceFacet.isValid(Value v)
          Validates the present value.
 boolean XsdComplexType.isValid(Value value)
          Validates the present value.
 boolean ValueValidator.isValid(Value value)
          Validates the present value.
 boolean XsdSimpleType.isValid(Value value)
          Validates the present value.
protected  boolean XsdAtomicType.isValidType(Value value)
          Validates the present value.
protected  boolean XsdListType.isValidType(Value value)
          Validates the type of the present value.
protected  boolean XsdSimpleType.isValidType(Value value)
          Validates the type of the present value.
 Value XsdNodeImpl.setValue(Value value)
          Changes the value of the node.
 XsdInvalid XsdListType.validate(Value value)
          Validates the present value.
 XsdInvalid XsdSimpleType.validate(Value value)
          Validates the present value.
 


Data Request Broker - DRB API®
2-3-release

Copyright© 2001-2009 GAEL Consultant. All rights reserved. Use is subject to license terms .