Uses of Interface
javax.xml.registry.infomodel.Slot
-
Packages that use Slot Package Description javax.xml.registry This package and its sub-packages describe the API classes and interfaces for the Jakarta XML Registries API.javax.xml.registry.infomodel This package describes the information model for the Jakarta XML Registries API. -
-
Uses of Slot in javax.xml.registry
Methods in javax.xml.registry that return Slot Modifier and Type Method Description SlotLifeCycleManager. createSlot(String name, String value, String slotType)Creates a Slot instance using the specified parameters, where the value is a String.SlotLifeCycleManager. createSlot(String name, Collection values, String slotType)Creates a Slot instance using the specified parameters, where the value is a Collection of Strings. -
Uses of Slot in javax.xml.registry.infomodel
Methods in javax.xml.registry.infomodel that return Slot Modifier and Type Method Description SlotExtensibleObject. getSlot(String slotName)Gets the slot specified by slotName.Methods in javax.xml.registry.infomodel with parameters of type Slot Modifier and Type Method Description voidExtensibleObject. addSlot(Slot slot)Adds a Slot to this object.
-