public class PredefAttribute extends java.lang.Object implements AttributeMapEntry<AttributeKey,PredefAttributeValue>
Modifier and Type | Field and Description |
---|---|
private AttributeKey |
key |
private PredefAttributeValue |
value |
Constructor and Description |
---|
PredefAttribute(AttributeKey key,
PredefAttributeValue value) |
Modifier and Type | Method and Description |
---|---|
AttributeKey |
getKey() |
PredefAttributeValue |
getValue() |
PredefAttributeValue |
setValue(PredefAttributeValue value) |
java.lang.String |
toString() |
private PredefAttributeValue value
private final AttributeKey key
public PredefAttribute(AttributeKey key, PredefAttributeValue value)
public PredefAttributeValue setValue(PredefAttributeValue value)
setValue
in interface java.util.Map.Entry<AttributeKey,PredefAttributeValue>
public AttributeKey getKey()
getKey
in interface AttributeMapEntry<AttributeKey,PredefAttributeValue>
getKey
in interface java.util.Map.Entry<AttributeKey,PredefAttributeValue>
public PredefAttributeValue getValue()
getValue
in interface AttributeMapEntry<AttributeKey,PredefAttributeValue>
getValue
in interface java.util.Map.Entry<AttributeKey,PredefAttributeValue>
public java.lang.String toString()
toString
in class java.lang.Object