public class FunctionPackageExtension extends ModelExtensionWithAttributes
Copyright Micro Focus GmbH.
| Constructor and Description |
|---|
FunctionPackageExtension(java.lang.String pId,
java.lang.String pLabel)
Basic constructor.
|
FunctionPackageExtension(java.lang.String pId,
java.lang.String pLabel,
java.lang.Object pFunctionPackageInitializer)
Constructor for function packages with an initializer.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<? extends SimpleModelExtensionAttribute> |
getAllAttributes()
Gets a list of all model extension attributes.
|
java.util.List<FileDescriptorExtension> |
getFileDescriptors()
Gets
FileDescriptorExtensions of the function package |
FunctionPackageExtension |
getFunctionPackageExtension()
Gets the function package extension of this feature.
|
java.util.List<IconExtension> |
getIcons()
Gets the list of icons defined under this function package.
|
java.util.List<IDDefinitionExtension> |
getIDDefinitions()
Gets
IDDefinitionExtensions of the function package |
java.lang.Object |
getInitializer()
Gets the function package initializer, if there is one.
|
java.util.List<LinkedElementTypeExtension> |
getLinkedElementTypes()
Gets the list of linked element types of this function package.
|
java.util.List<ModelPropertyExtension> |
getModelProperties()
Gets
ModelPropertyExtensions of the function package. |
java.util.List<FunctionPackageParameter> |
getPackageParameters()
Gets the list of package parameters.
|
java.util.List<PropertyProviderExtension> |
getPropertyProviders()
Gets the property provider extensions of this package.
|
java.util.List<TemplateModelExtension> |
getTemplateModels()
Gets
TemplateModelExtensions of the function package. |
java.util.List<ToolTypeExtension> |
getToolTypes()
Gets the list of tool types defined by this package.
|
boolean |
isDisabled()
Returns whether this function package extension is disabled.
|
void |
setDisabled(boolean disabled)
Sets whether this function package extension is disabled.
|
void |
setInitializer(java.lang.Object pInitializer)
Sets the function package initializer of this function package extension.
|
void |
setLabel(java.lang.String pNewLabel)
Sets the label of the function package extension.
|
java.lang.String |
toString() |
getAllSimpleAttribues, getAttributes, getComplexAttributeReferences, getComplexAttributes, getReferenceAttributesgetHelpContextId, getID, getLabel, isDeprecated, setDeprecated, setHelpContextIdpublic FunctionPackageExtension(java.lang.String pId,
java.lang.String pLabel)
pId - the function package IDpLabel - the label of the function packagepublic FunctionPackageExtension(java.lang.String pId,
java.lang.String pLabel,
java.lang.Object pFunctionPackageInitializer)
pId - the function package IDpLabel - the label of the function packagepFunctionPackageInitializer - the initializerpublic java.util.List<ToolTypeExtension> getToolTypes()
public java.util.List<FunctionPackageParameter> getPackageParameters()
public java.util.List<? extends SimpleModelExtensionAttribute> getAllAttributes()
IModelExtensionWithAttributesgetAllAttributes in interface IModelExtensionWithAttributesgetAllAttributes in class ModelExtensionWithAttributesnull)public java.util.List<PropertyProviderExtension> getPropertyProviders()
public FunctionPackageExtension getFunctionPackageExtension()
ModelExtensionObjectgetFunctionPackageExtension in class ModelExtensionObjectpublic java.util.List<LinkedElementTypeExtension> getLinkedElementTypes()
nullpublic java.lang.Object getInitializer()
nullpublic void setInitializer(java.lang.Object pInitializer)
pInitializer - the initializer to setpublic void setLabel(java.lang.String pNewLabel)
pNewLabel - the label to setpublic boolean isDisabled()
public void setDisabled(boolean disabled)
disabled - whether this function package extension is disabled.public java.util.List<IconExtension> getIcons()
public java.util.List<ModelPropertyExtension> getModelProperties()
ModelPropertyExtensions of the function package.public java.util.List<IDDefinitionExtension> getIDDefinitions()
IDDefinitionExtensions of the function packagepublic java.util.List<FileDescriptorExtension> getFileDescriptors()
FileDescriptorExtensions of the function packagepublic java.lang.String toString()
toString in class ModelExtensionObjectpublic java.util.List<TemplateModelExtension> getTemplateModels()
TemplateModelExtensions of the function package.Copyright © 2015 Micro Focus GmbH. All rights reserved.