Uses of Class
com.helger.regrep.rim.SlotType
-
Packages that use SlotType Package Description com.helger.regrep com.helger.regrep.rim com.helger.regrep.slot com.helger.regrep.slot.predefined -
-
Uses of SlotType in com.helger.regrep
Methods in com.helger.regrep with parameters of type SlotType Modifier and Type Method Description static QueryRequestRegRepHelper. createQueryRequest(String sQueryDefinition, SlotType... aSlots)static QueryResponseRegRepHelper. createQueryResponse(ERegRepResponseStatus eStatus, String sRequestID, SlotType... aSlots) -
Uses of SlotType in com.helger.regrep.rim
Methods in com.helger.regrep.rim that return SlotType Modifier and Type Method Description SlotTypeSlotType. clone()Created by ph-jaxb-plugin -Xph-cloneable2SlotTypeObjectFactory. createSlotType()Create an instance ofSlotTypeSlotTypeSlotValueType. getSlot()Gets the value of the slot property.SlotTypeExtensibleObjectType. getSlotAtIndex(int index)Created by ph-jaxb-plugin -Xph-list-extensionMethods in com.helger.regrep.rim that return types with arguments of type SlotType Modifier and Type Method Description List<SlotType>ExtensibleObjectType. getSlot()Gets the value of the slot property.Methods in com.helger.regrep.rim with parameters of type SlotType Modifier and Type Method Description voidExtensibleObjectType. addSlot(SlotType elem)Created by ph-jaxb-plugin -Xph-list-extensionvoidSlotType. cloneTo(SlotType ret)This method clones all values fromthisto the passed object.voidSlotValueType. setSlot(SlotType value)Sets the value of the slot property.Method parameters in com.helger.regrep.rim with type arguments of type SlotType Modifier and Type Method Description voidExtensibleObjectType. setSlot(List<SlotType> aList)Created by ph-jaxb-plugin -Xph-list-extension -
Uses of SlotType in com.helger.regrep.slot
Methods in com.helger.regrep.slot that return SlotType Modifier and Type Method Description SlotTypeSlotBuilder. build()SlotTypeISlotProvider. createSlot()static SlotTypeSlotHelper. createSlot(String sName, ValueType aValue)Methods in com.helger.regrep.slot with parameters of type SlotType Modifier and Type Method Description static SlotValueTypeSlotHelper. createSlotValue(SlotType x)SlotBuilderSlotBuilder. setValue(SlotType x) -
Uses of SlotType in com.helger.regrep.slot.predefined
Methods in com.helger.regrep.slot.predefined that return SlotType Modifier and Type Method Description SlotTypeSlotId. createSlot()
-