Uses of Class
com.ibm.wsspi.anno.util.Util_InternMap.ValueType
-
Packages that use Util_InternMap.ValueType Package Description com.ibm.wsspi.anno.util -
-
Uses of Util_InternMap.ValueType in com.ibm.wsspi.anno.util
Methods in com.ibm.wsspi.anno.util that return Util_InternMap.ValueType Modifier and Type Method Description Util_InternMap.ValueTypeUtil_InternMap. getValueType()static Util_InternMap.ValueTypeUtil_InternMap.ValueType. valueOf(java.lang.String name)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.ValueType Modifier and Type Method Description Util_BidirectionalMapUtil_Factory. createBidirectionalMap(Util_InternMap.ValueType holderType, java.lang.String holderTag, Util_InternMap.ValueType heldType, java.lang.String heldTag)Util_BidirectionalMapUtil_Factory. createBidirectionalMap(Util_InternMap.ValueType holderType, java.lang.String holderTag, Util_InternMap.ValueType heldType, java.lang.String heldTag, boolean isEnabled)Util_InternMapUtil_Factory. createInternMap(Util_InternMap.ValueType valueType, java.lang.String name)java.lang.StringUtil_InternMap. validate(java.lang.String value, Util_InternMap.ValueType valueType)Check the input value for syntax errors based on the type of value.
-