Package jadex.bdiv3.model
Class MElementRef
- java.lang.Object
-
- jadex.bdiv3.model.MElement
-
- jadex.bdiv3.model.MElementRef
-
public class MElementRef extends MElement
Reference to another element.
-
-
Field Summary
Fields Modifier and Type Field Description protected boolean
exported
The exported flag.protected java.lang.String
ref
The referenced element name.protected boolean
result
The exported flag.-
Fields inherited from class jadex.bdiv3.model.MElement
CAPABILITY_SEPARATOR, description, name
-
-
Constructor Summary
Constructors Constructor Description MElementRef()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class jadex.bdiv3.model.MElement
equals, getCapabilityName, getDescription, getElementName, getName, hashCode, internalName, setDescription, setFlatName, setName, toString
-
-
-
-
Method Detail
-
getRef
public java.lang.String getRef()
Get the ref.- Returns:
- The ref
-
setRef
public void setRef(java.lang.String ref)
The ref to set.- Parameters:
ref
- The ref to set
-
isExported
public boolean isExported()
Get the exported.- Returns:
- The exported
-
setExported
public void setExported(boolean exported)
The exported to set.- Parameters:
exported
- The exported to set
-
isResult
public boolean isResult()
Get the result.- Returns:
- The result
-
setResult
public void setResult(boolean result)
The result to set.- Parameters:
result
- The result to set
-
-