public class ConfigurableFeature extends Object
Constructor and Description |
---|
ConfigurableFeature(String oldV,
String newV) |
Modifier and Type | Method and Description |
---|---|
void |
addAttribute(ValuePair value) |
void |
addAttributes(ArrayList attList) |
int |
attributeListSize() |
String |
getNewAttributeValue(int index) |
String |
getNewAttributeValue(String key) |
String |
getNewFeatureName() |
String |
getOldAttributeValue(int index) |
String |
getOldAttributeValue(String key) |
String |
getOldFeatureName() |
public String getOldFeatureName()
public String getNewFeatureName()
public void addAttribute(ValuePair value)
public void addAttributes(ArrayList attList)
public String getOldAttributeValue(int index)
public String getNewAttributeValue(int index)
public int attributeListSize()
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.