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 Summary
Fields Modifier and Type Field Description protected java.lang.StringfileThe referenced capability (file name).- 
Fields inherited from class jadex.bdiv3.model.MElement
CAPABILITY_SEPARATOR, description, name 
 - 
 
- 
Constructor Summary
Constructors Constructor Description MCapabilityReference() 
- 
Method Summary
All 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.MElement
equals, getCapabilityName, getDescription, getElementName, getName, hashCode, internalName, setDescription, setFlatName, setName, toString 
 - 
 
 -