Package jadex.bdiv3.model
Class MCapabilityReference
- java.lang.Object
- 
- jadex.bdiv3.model.MElement
- 
- jadex.bdiv3.model.MCapabilityReference
 
 
- 
 public class MCapabilityReference extends MElement Reference to an external capability.
- 
- 
Field SummaryFields Modifier and Type Field Description protected java.lang.StringfileThe referenced capability (file name).- 
Fields inherited from class jadex.bdiv3.model.MElementCAPABILITY_SEPARATOR, description, name
 
- 
 - 
Constructor SummaryConstructors Constructor Description MCapabilityReference()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetFile()Get the file name.voidsetFile(java.lang.String file)Set the file name.- 
Methods inherited from class jadex.bdiv3.model.MElementequals, getCapabilityName, getDescription, getElementName, getName, hashCode, internalName, setDescription, setFlatName, setName, toString
 
- 
 
-