public class ConfigurableFeature extends Object
| Constructor and Description |
|---|
ConfigurableFeature(String oldV,
String newV)
Instantiates a new configurable feature.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addAttribute(ValuePair value)
Adds the attribute.
|
void |
addAttributes(ArrayList attList)
Adds the attributes.
|
int |
attributeListSize()
Attribute list size.
|
String |
getNewAttributeValue(int index)
Gets the new attribute value.
|
String |
getNewAttributeValue(String key)
Gets the new attribute value.
|
String |
getNewFeatureName()
Gets the new feature name.
|
String |
getOldAttributeValue(int index)
Gets the old attribute value.
|
String |
getOldAttributeValue(String key)
Gets the old attribute value.
|
String |
getOldFeatureName()
Gets the old feature name.
|
public String getOldFeatureName()
public String getNewFeatureName()
public void addAttribute(ValuePair value)
value - the valuepublic void addAttributes(ArrayList attList)
attList - the att listpublic String getOldAttributeValue(int index)
index - the indexpublic String getOldAttributeValue(String key)
key - the keypublic String getNewAttributeValue(int index)
index - the indexpublic String getNewAttributeValue(String key)
key - the keypublic int attributeListSize()
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.