com.ibm.wsspi.anno.util

Uses of Class 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

Modifier and Type Method and Description
  1. Util_InternMap.ValueType
Util_InternMap.getValueType()
  1. static
  2. Util_InternMap.ValueType
Util_InternMap.ValueType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
  1. static
  2. Util_InternMap.ValueType[]
Util_InternMap.ValueType.values()
Returns an array containing the constants of this enum type, in the order they are declared.
Modifier and Type Method and Description
  1. Util_BidirectionalMap
Util_Factory.createBidirectionalMap(Util_InternMap.ValueType holderType,java.lang.String holderTag,Util_InternMap.ValueType heldType,java.lang.String heldTag)
  1. Util_BidirectionalMap
Util_Factory.createBidirectionalMap(Util_InternMap.ValueType holderType,java.lang.String holderTag,Util_InternMap.ValueType heldType,java.lang.String heldTag,boolean isEnabled)
  1. Util_InternMap
Util_Factory.createInternMap(Util_InternMap.ValueType valueType,java.lang.String name)
  1. java.lang.String
Util_InternMap.validate(java.lang.String value,Util_InternMap.ValueType valueType)
Check the input value for syntax errors based on the type of value.