public class MElementRef extends MElement
Modifier and Type | Field and Description |
---|---|
protected boolean |
exported
The exported flag.
|
protected java.lang.String |
ref
The referenced element name.
|
protected boolean |
result
The exported flag.
|
CAPABILITY_SEPARATOR, description, name
Constructor and Description |
---|
MElementRef() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getRef()
Get the ref.
|
boolean |
isExported()
Get the exported.
|
boolean |
isResult()
Get the result.
|
void |
setExported(boolean exported)
The exported to set.
|
void |
setRef(java.lang.String ref)
The ref to set.
|
void |
setResult(boolean result)
The result to set.
|
equals, getCapabilityName, getDescription, getElementName, getName, hashCode, internalName, setDescription, setFlatName, setName, toString
protected java.lang.String ref
protected boolean exported
protected boolean result
public java.lang.String getRef()
public void setRef(java.lang.String ref)
ref
- The ref to setpublic boolean isExported()
public void setExported(boolean exported)
exported
- The exported to setpublic boolean isResult()
public void setResult(boolean result)
result
- The result to set