public class Attribute extends Object implements Serializable
| Constructor and Description |
|---|
Attribute() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCounter() |
String |
getValue() |
boolean |
isCondition() |
void |
reload() |
void |
resetCounter() |
void |
setCondition(boolean condition) |
void |
setCounter(int counter) |
public void resetCounter()
public void reload()
public int getCounter()
public void setCounter(int counter)
public boolean isCondition()
public void setCondition(boolean condition)
public String getValue()
Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.