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 |
---|---|
Util_InternMap.getValueType()
|
|
|
Util_InternMap.ValueType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
|
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 |
---|---|
Util_Factory.createBidirectionalMap(Util_InternMap.ValueType holderType,java.lang.String holderTag,Util_InternMap.ValueType heldType,java.lang.String heldTag)
|
|
Util_Factory.createBidirectionalMap(Util_InternMap.ValueType holderType,java.lang.String holderTag,Util_InternMap.ValueType heldType,java.lang.String heldTag,boolean isEnabled)
|
|
Util_Factory.createInternMap(Util_InternMap.ValueType valueType,java.lang.String name)
|
|
|
Util_InternMap.validate(java.lang.String value,Util_InternMap.ValueType valueType)
Check the input value for syntax errors based on the type of value.
|