public class FunctionPackageParameter extends StringModelExtensionAttribute
Copyright Micro Focus GmbH.
| Constructor and Description |
|---|
FunctionPackageParameter(java.lang.String pID,
EModelExtensionAttributeType pType,
java.lang.String pLabel,
java.lang.String pDefaultValue,
boolean pMandatory,
java.util.List<java.lang.String> pRestrictions,
java.lang.String pCategory,
java.lang.String pDescription,
FunctionPackageExtension pFunctionPackage)
Basic constructor.
|
FunctionPackageParameter(java.lang.String pID,
EModelExtensionAttributeType pType,
java.lang.String pLabel,
java.lang.String pDefaultValue,
boolean pMandatory,
java.util.List<java.lang.String> pRestrictions,
java.lang.String pCategory,
java.lang.String pDescription,
ICustomRestriction<?> pCustomRestriction,
FunctionPackageExtension pFunctionPackage)
Basic constructor.
|
getCustomRestriction, getDefaultValue, getRestrictions, getTypegetCategory, getDescription, isMandatory, isMultiLine, setMultiLinegetFunctionPackageExtension, getHelpContextId, getID, getLabel, isDeprecated, setDeprecated, setHelpContextId, toStringpublic FunctionPackageParameter(java.lang.String pID,
EModelExtensionAttributeType pType,
java.lang.String pLabel,
java.lang.String pDefaultValue,
boolean pMandatory,
java.util.List<java.lang.String> pRestrictions,
java.lang.String pCategory,
java.lang.String pDescription,
FunctionPackageExtension pFunctionPackage)
pID - the attribute IDpType - the attribute typepLabel - the labelpDefaultValue - the default parameter valuepMandatory - whether the attribute is mandatorypRestrictions - the restrictions (can be null if there are none)pCategory - the categorypDescription - the attribute descriptionpFunctionPackage - the function packagepublic FunctionPackageParameter(java.lang.String pID,
EModelExtensionAttributeType pType,
java.lang.String pLabel,
java.lang.String pDefaultValue,
boolean pMandatory,
java.util.List<java.lang.String> pRestrictions,
java.lang.String pCategory,
java.lang.String pDescription,
ICustomRestriction<?> pCustomRestriction,
FunctionPackageExtension pFunctionPackage)
pID - the attribute IDpType - the attribute typepLabel - the labelpDefaultValue - the default parameter valuepMandatory - whether the attribute is mandatorypRestrictions - the restrictions (can be null if there are none)pCategory - the categorypDescription - the attribute descriptionpCustomRestriction - the custom restriction attribute. See
ICustomRestriction. Can be null, if no
custom restriction was defined.pFunctionPackage - the function packageCopyright © 2015 Micro Focus GmbH. All rights reserved.