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 SummaryFields Modifier and Type Field Description protected booleanexportedThe exported flag.protected java.lang.StringrefThe referenced element name.protected booleanresultThe exported flag.- 
Fields inherited from class jadex.bdiv3.model.MElementCAPABILITY_SEPARATOR, description, name
 
- 
 - 
Constructor SummaryConstructors Constructor Description MElementRef()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetRef()Get the ref.booleanisExported()Get the exported.booleanisResult()Get the result.voidsetExported(boolean exported)The exported to set.voidsetRef(java.lang.String ref)The ref to set.voidsetResult(boolean result)The result to set.- 
Methods inherited from class jadex.bdiv3.model.MElementequals, getCapabilityName, getDescription, getElementName, getName, hashCode, internalName, setDescription, setFlatName, setName, toString
 
- 
 
- 
- 
- 
Method Detail- 
getRefpublic java.lang.String getRef() Get the ref.- Returns:
- The ref
 
 - 
setRefpublic void setRef(java.lang.String ref) The ref to set.- Parameters:
- ref- The ref to set
 
 - 
isExportedpublic boolean isExported() Get the exported.- Returns:
- The exported
 
 - 
setExportedpublic void setExported(boolean exported) The exported to set.- Parameters:
- exported- The exported to set
 
 - 
isResultpublic boolean isResult() Get the result.- Returns:
- The result
 
 - 
setResultpublic void setResult(boolean result) The result to set.- Parameters:
- result- The result to set
 
 
- 
 
-