Uses of Class
com.helger.regrep.rim.ValueType
-
Packages that use ValueType Package Description com.helger.regrep.lcm com.helger.regrep.rim com.helger.regrep.slot -
-
Uses of ValueType in com.helger.regrep.lcm
Methods in com.helger.regrep.lcm that return ValueType Modifier and Type Method Description ValueTypeUpdateActionType. getValueHolder()Gets the value of the valueHolder property.Methods in com.helger.regrep.lcm with parameters of type ValueType Modifier and Type Method Description voidUpdateActionType. setValueHolder(ValueType value)Sets the value of the valueHolder property. -
Uses of ValueType in com.helger.regrep.rim
Subclasses of ValueType in com.helger.regrep.rim Modifier and Type Class Description classAnyValueTypeA specialized ValueType that may be used as a container for any well-formed XML element value in any namespace.classBooleanValueTypeA specialized ValueType that may be used as a container for a boolean value.classCollectionValueTypeA specialized ValueType that may be used as a container for a collection of elements where each element is a ValueType.classDateTimeValueTypeA specialized ValueType that may be used as a container for a dateTime value.classDurationValueTypeA specialized ValueType that may be used as a container for a duration value.classFloatValueTypeA specialized ValueType that may be used as a container for a float value.classIntegerValueTypeA specialized ValueType that may be used as a container for a integer value.classInternationalStringValueTypeA specialized ValueType that may be used as a container for a InternationalString value.classMapValueTypeA specialized ValueType that may be used as a container for a Map value.classSlotValueTypeA specialized ValueType that may be used as a container for a Slot value.classStringValueTypeA specialized ValueType that may be used as a container for a String value.classVocabularyTermValueTypeA specialized ValueType that may be used as a container for a InternationalString value.Methods in com.helger.regrep.rim that return ValueType Modifier and Type Method Description abstract ValueTypeValueType. clone()Created by ph-jaxb-plugin -Xph-cloneable2ValueTypeCollectionValueType. getElementAtIndex(int index)Created by ph-jaxb-plugin -Xph-list-extensionValueTypeEntryType. getEntryKey()Gets the value of the entryKey property.ValueTypeEntryType. getEntryValue()Gets the value of the entryValue property.ValueTypeSlotType. getSlotValue()Gets the value of the slotValue property.Methods in com.helger.regrep.rim that return types with arguments of type ValueType Modifier and Type Method Description List<ValueType>CollectionValueType. getElement()Gets the value of the element property.Methods in com.helger.regrep.rim with parameters of type ValueType Modifier and Type Method Description voidCollectionValueType. addElement(ValueType elem)Created by ph-jaxb-plugin -Xph-list-extensionvoidValueType. cloneTo(ValueType ret)This method clones all values fromthisto the passed object.voidEntryType. setEntryKey(ValueType value)Sets the value of the entryKey property.voidEntryType. setEntryValue(ValueType value)Sets the value of the entryValue property.voidSlotType. setSlotValue(ValueType value)Sets the value of the slotValue property.Method parameters in com.helger.regrep.rim with type arguments of type ValueType Modifier and Type Method Description voidCollectionValueType. setElement(List<ValueType> aList)Created by ph-jaxb-plugin -Xph-list-extension -
Uses of ValueType in com.helger.regrep.slot
Methods in com.helger.regrep.slot with parameters of type ValueType Modifier and Type Method Description static SlotTypeSlotHelper. createSlot(String sName, ValueType aValue)static CollectionValueTypeSlotHelper. createSlotValue(ValueType... x)static CollectionValueTypeSlotHelper. createSlotValue(ERegRepCollectionType eType, ValueType... x)SlotBuilderSlotBuilder. setValue(ValueType x)SlotBuilderSlotBuilder. setValue(ERegRepCollectionType eCollectionType, ValueType... aArray)Method parameters in com.helger.regrep.slot with type arguments of type ValueType Modifier and Type Method Description static MapTypeSlotHelper. createMap(Map<? extends ValueType,? extends ValueType> aMap)static MapTypeSlotHelper. createMap(Map<? extends ValueType,? extends ValueType> aMap)static CollectionValueTypeSlotHelper. createSlotValue(ERegRepCollectionType eType, Iterable<? extends ValueType> x)SlotBuilderSlotBuilder. setValue(ERegRepCollectionType eCollectionType, Iterable<? extends ValueType> aCont)
-