public interface Importance
| Modifier and Type | Method and Description |
|---|---|
int |
getPriority()
Get the priority
|
Object |
getProperty(String name)
Get the property
|
void |
setPriority(int p)
Set the priority
|
void |
setProperty(String name,
Object value)
Set some properties
|
int getPriority()
void setPriority(int p)
p - priorityvoid setProperty(String name, Object value)
name - name of the propertyvalue - values of the propertyCopyright © 2005-2017 Apache Software Foundation. All Rights Reserved.