|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.andromda.core.configuration.Property
This class represents properties which are used to configure Namespace objects which are made available to configure Plugin instances.
Namespace,
Namespaces,
Serialized Form| Constructor Summary | |
Property()
|
|
| Method Summary | |
String |
getName()
Returns the name. |
String |
getValue()
Returns the value. |
boolean |
isIgnore()
If a property is set to ignore then Namespaces will ignore it if it doesn't exist on lookup (otherwise errors messages are output). |
void |
setIgnore(boolean ignore)
|
void |
setName(String name)
Sets the name. |
void |
setValue(String value)
Sets the value. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public Property()
| Method Detail |
public String getName()
public void setName(String name)
name - The name to setpublic String getValue()
public void setValue(String value)
value - The value to setpublic boolean isIgnore()
public void setIgnore(boolean ignore)
ignore - The ignore to set.isIgnore()public String toString()
Object.toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||