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