|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.cau.cs.kieler.core.kivi.CombinationDescriptor
public class CombinationDescriptor
A container for extension point descriptions. Contains class, name, description attributes.
Constructor Summary | |
---|---|
CombinationDescriptor(String n,
String d,
Class<? extends ICombination> c)
Create a new descriptor. |
Method Summary | |
---|---|
Class<? extends ICombination> |
getClazz()
Get the class. |
String |
getDescription()
Get the description. |
String |
getName()
Get the name. |
boolean |
isActive()
Get the active state of the element described. |
boolean |
isDefaultActive()
Get the default active state of the element described. |
void |
setActive(boolean a)
Set the element described as active or inactive. |
void |
setDefaultActive(boolean a)
Set the element described as active or inactive by default. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CombinationDescriptor(String n, String d, Class<? extends ICombination> c)
n
- the named
- the descriptionc
- the classMethod Detail |
---|
public String getName()
public String getDescription()
public Class<? extends ICombination> getClazz()
public void setActive(boolean a)
a
- true if activatingpublic boolean isActive()
public void setDefaultActive(boolean a)
a
- true if activatingpublic boolean isDefaultActive()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |