context.arch.discoverer.componentDescription
Class ConstantAttributeElement
java.lang.Object
context.arch.discoverer.componentDescription.AbstractDescriptionElement
context.arch.discoverer.componentDescription.AttributeElement
context.arch.discoverer.componentDescription.ConstantAttributeElement
- public class ConstantAttributeElement
- extends AttributeElement
- Author:
- Agathe
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CONST_ATT_NAME_ELEMENT
public static final java.lang.String CONST_ATT_NAME_ELEMENT
- See Also:
- Constant Field Values
CONST_ATT_VALUE_ELEMENT
public static final java.lang.String CONST_ATT_VALUE_ELEMENT
- See Also:
- Constant Field Values
CONST_ATT_NAME_VALUE_ELEMENT
public static final java.lang.String CONST_ATT_NAME_VALUE_ELEMENT
- See Also:
- Constant Field Values
ConstantAttributeElement
public ConstantAttributeElement(java.lang.Object attributeNameValue)
ConstantAttributeElement
public ConstantAttributeElement(java.lang.Object stringName,
java.lang.Object stringValue)
ConstantAttributeElement
public ConstantAttributeElement(java.lang.Object stringName,
java.lang.Object stringValue,
java.lang.String type)
getNameElement
public java.lang.String getNameElement()
- Specified by:
getNameElement
in class AttributeElement
getValueElement
public java.lang.String getValueElement()
- Specified by:
getValueElement
in class AttributeElement
getNameValueElement
public java.lang.String getNameValueElement()
- Specified by:
getNameValueElement
in class AttributeElement
extractElement
public java.lang.Object extractElement(java.lang.Object componentDescription)
- Description copied from class:
AbstractDescriptionElement
- Returns the element from the componentDescription corresponding to this
description element
- Specified by:
extractElement
in class AbstractDescriptionElement
- Parameters:
componentDescription
-
- Returns:
- Object