Uses of Class
com.helger.regrep.rim.InternationalStringType
-
Packages that use InternationalStringType Package Description com.helger.regrep.rim com.helger.regrep.slot -
-
Uses of InternationalStringType in com.helger.regrep.rim
Methods in com.helger.regrep.rim that return InternationalStringType Modifier and Type Method Description InternationalStringTypeInternationalStringType. clone()Created by ph-jaxb-plugin -Xph-cloneable2InternationalStringTypeObjectFactory. createInternationalStringType()Create an instance ofInternationalStringTypeInternationalStringTypeParameterType. getDescription()Gets the value of the description property.InternationalStringTypeRegistryObjectType. getDescription()Gets the value of the description property.InternationalStringTypeParameterType. getName()Gets the value of the name property.InternationalStringTypeRegistryObjectType. getName()Gets the value of the name property.InternationalStringTypeInternationalStringValueType. getValue()Gets the value of the value property.Methods in com.helger.regrep.rim with parameters of type InternationalStringType Modifier and Type Method Description voidInternationalStringType. cloneTo(InternationalStringType ret)This method clones all values fromthisto the passed object.voidParameterType. setDescription(InternationalStringType value)Sets the value of the description property.voidRegistryObjectType. setDescription(InternationalStringType value)Sets the value of the description property.voidParameterType. setName(InternationalStringType value)Sets the value of the name property.voidRegistryObjectType. setName(InternationalStringType value)Sets the value of the name property.voidInternationalStringValueType. setValue(InternationalStringType value)Sets the value of the value property.Constructors in com.helger.regrep.rim with parameters of type InternationalStringType Constructor Description InternationalStringValueType(InternationalStringType valueParam)Constructor for value of type InternationalStringType
Note: automatically created by ph-jaxb-plugin -Xph-value-extender -
Uses of InternationalStringType in com.helger.regrep.slot
Methods in com.helger.regrep.slot that return InternationalStringType Modifier and Type Method Description static InternationalStringTypeSlotHelper. createInternationalStringType(com.helger.commons.text.IMultilingualText aMLT)static InternationalStringTypeSlotHelper. createInternationalStringType(LocalizedStringType... aArray)static InternationalStringTypeSlotHelper. createInternationalStringType(Map<String,String> aMap)Methods in com.helger.regrep.slot with parameters of type InternationalStringType Modifier and Type Method Description static InternationalStringValueTypeSlotHelper. createSlotValue(InternationalStringType x)SlotBuilderSlotBuilder. setValue(InternationalStringType x)
-