Package com.ptc.wpcfg.engine2.model
Interface ModelParameter
- All Superinterfaces:
com.ptc.wpcfg.appdata.AppDataHolder,Cloneable,com.ptc.wpcfg.engine2.model.ModelElement,com.ptc.wpcfg.engine2.model.value.MutableValueHolder,Serializable,com.ptc.wpcfg.engine2.model.value.ValueHolder
public interface ModelParameter
extends com.ptc.wpcfg.engine2.model.ModelElement
Interface Parameter represents a parameter with value in a model.
Each ModelParameter has name, type and value.
In contrast with ParameterDefinition each ModelParameter instance is unique in Model tree.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
- See Also:
-
Field Summary
Fields inherited from interface com.ptc.wpcfg.appdata.AppDataHolder
TRANSIENT_DATA -
Method Summary
Methods inherited from interface com.ptc.wpcfg.appdata.AppDataHolder
getAppData, getCompactAppDataMethods inherited from interface com.ptc.wpcfg.engine2.model.ModelElement
changeParent, getFQName, getParent, isIdentical, setParentMethods inherited from interface com.ptc.wpcfg.engine2.model.value.MutableValueHolder
clearValue, setValueMethods inherited from interface com.ptc.wpcfg.engine2.model.value.ValueHolder
getValue, hasValue