Package | Description |
---|---|
com.ibm.wsspi.anno.util |
Modifier and Type | Method and Description |
---|---|
Util_InternMap.ValueType |
Util_InternMap.getValueType() |
static Util_InternMap.ValueType |
Util_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.
|
Modifier and Type | Method and Description |
---|---|
Util_BidirectionalMap |
Util_Factory.createBidirectionalMap(Util_InternMap.ValueType holderType,
java.lang.String holderTag,
Util_InternMap.ValueType heldType,
java.lang.String heldTag) |
Util_BidirectionalMap |
Util_Factory.createBidirectionalMap(Util_InternMap.ValueType holderType,
java.lang.String holderTag,
Util_InternMap.ValueType heldType,
java.lang.String heldTag,
boolean isEnabled) |
Util_InternMap |
Util_Factory.createInternMap(Util_InternMap.ValueType valueType,
java.lang.String name) |
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.
|