Uses of Enum
com.ibm.wsspi.anno.util.Util_InternMap.ValueType
Packages that use Util_InternMap.ValueType
-
Uses of Util_InternMap.ValueType in com.ibm.wsspi.anno.util
Methods in com.ibm.wsspi.anno.util that return Util_InternMap.ValueTypeModifier and TypeMethodDescriptionUtil_InternMap.getValueType()
static Util_InternMap.ValueType
Returns the enum constant of this type with the specified name.static Util_InternMap.ValueType[]
Util_InternMap.ValueType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ibm.wsspi.anno.util with parameters of type Util_InternMap.ValueTypeModifier and TypeMethodDescriptionUtil_Factory.createBidirectionalMap
(Util_InternMap.ValueType holderType, String holderTag, Util_InternMap.ValueType heldType, String heldTag) Util_Factory.createBidirectionalMap
(Util_InternMap.ValueType holderType, String holderTag, Util_InternMap.ValueType heldType, String heldTag, boolean isEnabled) Util_Factory.createInternMap
(Util_InternMap.ValueType valueType, String name) Util_InternMap.validate
(String value, Util_InternMap.ValueType valueType) Check the input value for syntax errors based on the type of value.