Package com.ibm.cics.model
Class AttributeValue<E>
- java.lang.Object
-
- com.ibm.cics.model.AttributeValue<E>
-
public class AttributeValue<E> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AttributeValue(ICICSAttribute<E> attribute, E value)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static <E> AttributeValue<E>
av(ICICSAttribute<E> attribute, E value)
ICICSAttribute<E>
getAttribute()
java.lang.String
getExternalValue()
E
getValue()
static java.util.Map<ICICSAttribute<?>,java.lang.Object>
mapify(AttributeValue<?>... attributeValues)
java.lang.String
toString()
-
-
-
Constructor Detail
-
AttributeValue
public AttributeValue(ICICSAttribute<E> attribute, E value)
-
-
Method Detail
-
getAttribute
public ICICSAttribute<E> getAttribute()
-
getValue
public E getValue()
-
getExternalValue
public java.lang.String getExternalValue()
-
av
public static <E> AttributeValue<E> av(ICICSAttribute<E> attribute, E value)
-
mapify
public static java.util.Map<ICICSAttribute<?>,java.lang.Object> mapify(AttributeValue<?>... attributeValues)
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-