public class Property extends Object implements Serializable
Namespace,
Namespaces,
Serialized Form| Constructor and Description |
|---|
Property() |
| Modifier and Type | Method and Description |
|---|---|
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() |
public Property()
public String getName()
public String getValue()
public boolean isIgnore()
public void setIgnore(boolean ignore)
ignore - The ignore to set.isIgnore()public String toString()
toString in class ObjectObject.toString()Copyright © 2003–2014 AndroMDA.org. All rights reserved.