public class Function extends MainObject
function asset type in IGC, displayed as 'Function' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected String |
author |
protected ItemList<FunctionCall2> |
executedByFunctionCall |
protected String |
externalName |
protected ItemList<FunctionCall2> |
hasFunctionCall |
protected ItemList<Parameter> |
hasParameterDef |
protected Boolean |
isInline |
protected String |
language |
protected String |
moduleName |
protected String |
modulePath |
protected String |
nativeId |
protected String |
platformType |
protected Parameter |
returnsParameterDef |
protected String |
sourceCode |
protected String |
vendor |
protected String |
version |
assignedToTerms, governedByRules, implementsRules, labels, longDescription, name, shortDescription, stewards| Constructor and Description |
|---|
Function() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthor()
Retrieve the
author property (displayed as 'Author') of the object. |
ItemList<FunctionCall2> |
getExecutedByFunctionCall()
Retrieve the
executed_by_function_call property (displayed as 'Executed By Function Call') of the object. |
String |
getExternalName()
Retrieve the
external_name property (displayed as 'External Name') of the object. |
ItemList<FunctionCall2> |
getHasFunctionCall()
Retrieve the
has_function_call property (displayed as 'Has Function Call') of the object. |
ItemList<Parameter> |
getHasParameterDef()
Retrieve the
has_parameter_def property (displayed as 'Has Parameter Def') of the object. |
Boolean |
getIsInline()
Retrieve the
is_inline property (displayed as 'Is Inline') of the object. |
String |
getLanguage()
Retrieve the
language property (displayed as 'Language') of the object. |
String |
getModuleName()
Retrieve the
module_name property (displayed as 'Module Name') of the object. |
String |
getModulePath()
Retrieve the
module_path property (displayed as 'Module Path') of the object. |
String |
getNativeId()
Retrieve the
native_id property (displayed as 'Native ID') of the object. |
String |
getPlatformType()
Retrieve the
platform_type property (displayed as 'Platform Type') of the object. |
Parameter |
getReturnsParameterDef()
Retrieve the
returns_parameter_def property (displayed as 'Returns Parameter Def') of the object. |
String |
getSourceCode()
Retrieve the
source_code property (displayed as 'Source Code') of the object. |
String |
getVendor()
Retrieve the
vendor property (displayed as 'Vendor') of the object. |
String |
getVersion()
Retrieve the
version property (displayed as 'Version') of the object. |
void |
setAuthor(String author)
Set the
author property (displayed as Author) of the object. |
void |
setExecutedByFunctionCall(ItemList<FunctionCall2> executedByFunctionCall)
Set the
executed_by_function_call property (displayed as Executed By Function Call) of the object. |
void |
setExternalName(String externalName)
Set the
external_name property (displayed as External Name) of the object. |
void |
setHasFunctionCall(ItemList<FunctionCall2> hasFunctionCall)
Set the
has_function_call property (displayed as Has Function Call) of the object. |
void |
setHasParameterDef(ItemList<Parameter> hasParameterDef)
Set the
has_parameter_def property (displayed as Has Parameter Def) of the object. |
void |
setIsInline(Boolean isInline)
Set the
is_inline property (displayed as Is Inline) of the object. |
void |
setLanguage(String language)
Set the
language property (displayed as Language) of the object. |
void |
setModuleName(String moduleName)
Set the
module_name property (displayed as Module Name) of the object. |
void |
setModulePath(String modulePath)
Set the
module_path property (displayed as Module Path) of the object. |
void |
setNativeId(String nativeId)
Set the
native_id property (displayed as Native ID) of the object. |
void |
setPlatformType(String platformType)
Set the
platform_type property (displayed as Platform Type) of the object. |
void |
setReturnsParameterDef(Parameter returnsParameterDef)
Set the
returns_parameter_def property (displayed as Returns Parameter Def) of the object. |
void |
setSourceCode(String sourceCode)
Set the
source_code property (displayed as Source Code) of the object. |
void |
setVendor(String vendor)
Set the
vendor property (displayed as Vendor) of the object. |
void |
setVersion(String version)
Set the
version property (displayed as Version) of the object. |
getAssignedToTerms, getGovernedByRules, getImplementsRules, getLabels, getLongDescription, getShortDescription, getStewards, getTheName, setAssignedToTerms, setGovernedByRules, setImplementsRules, setLabels, setLongDescription, setShortDescription, setStewards, setTheNameareModificationDetailsPopulated, getContext, getCreatedBy, getCreatedOn, getId, getIdentity, getModifiedBy, getModifiedOn, getName, getNotes, getType, getUrl, isEmbeddedAsset, isFullyRetrieved, isIdentityPopulated, isSimpleType, isVirtualAsset, setContext, setCreatedBy, setCreatedOn, setFullyRetrieved, setId, setModifiedBy, setModifiedOn, setName, setNotes, setType, setUrltoStringprotected String author
protected ItemList<FunctionCall2> executedByFunctionCall
protected String externalName
protected ItemList<FunctionCall2> hasFunctionCall
protected Boolean isInline
protected String language
protected String moduleName
protected String modulePath
protected String nativeId
protected String platformType
protected Parameter returnsParameterDef
protected String sourceCode
protected String vendor
protected String version
public String getAuthor()
author property (displayed as 'Author') of the object.Stringpublic void setAuthor(String author)
author property (displayed as Author) of the object.author - the value to setpublic ItemList<FunctionCall2> getExecutedByFunctionCall()
executed_by_function_call property (displayed as 'Executed By Function Call') of the object.ItemList<FunctionCall2>public void setExecutedByFunctionCall(ItemList<FunctionCall2> executedByFunctionCall)
executed_by_function_call property (displayed as Executed By Function Call) of the object.executedByFunctionCall - the value to setpublic String getExternalName()
external_name property (displayed as 'External Name') of the object.Stringpublic void setExternalName(String externalName)
external_name property (displayed as External Name) of the object.externalName - the value to setpublic ItemList<FunctionCall2> getHasFunctionCall()
has_function_call property (displayed as 'Has Function Call') of the object.ItemList<FunctionCall2>public void setHasFunctionCall(ItemList<FunctionCall2> hasFunctionCall)
has_function_call property (displayed as Has Function Call) of the object.hasFunctionCall - the value to setpublic ItemList<Parameter> getHasParameterDef()
has_parameter_def property (displayed as 'Has Parameter Def') of the object.ItemList<Parameter>public void setHasParameterDef(ItemList<Parameter> hasParameterDef)
has_parameter_def property (displayed as Has Parameter Def) of the object.hasParameterDef - the value to setpublic Boolean getIsInline()
is_inline property (displayed as 'Is Inline') of the object.Booleanpublic void setIsInline(Boolean isInline)
is_inline property (displayed as Is Inline) of the object.isInline - the value to setpublic String getLanguage()
language property (displayed as 'Language') of the object.Stringpublic void setLanguage(String language)
language property (displayed as Language) of the object.language - the value to setpublic String getModuleName()
module_name property (displayed as 'Module Name') of the object.Stringpublic void setModuleName(String moduleName)
module_name property (displayed as Module Name) of the object.moduleName - the value to setpublic String getModulePath()
module_path property (displayed as 'Module Path') of the object.Stringpublic void setModulePath(String modulePath)
module_path property (displayed as Module Path) of the object.modulePath - the value to setpublic String getNativeId()
native_id property (displayed as 'Native ID') of the object.Stringpublic void setNativeId(String nativeId)
native_id property (displayed as Native ID) of the object.nativeId - the value to setpublic String getPlatformType()
platform_type property (displayed as 'Platform Type') of the object.Stringpublic void setPlatformType(String platformType)
platform_type property (displayed as Platform Type) of the object.platformType - the value to setpublic Parameter getReturnsParameterDef()
returns_parameter_def property (displayed as 'Returns Parameter Def') of the object.Parameterpublic void setReturnsParameterDef(Parameter returnsParameterDef)
returns_parameter_def property (displayed as Returns Parameter Def) of the object.returnsParameterDef - the value to setpublic String getSourceCode()
source_code property (displayed as 'Source Code') of the object.Stringpublic void setSourceCode(String sourceCode)
source_code property (displayed as Source Code) of the object.sourceCode - the value to setpublic String getVendor()
vendor property (displayed as 'Vendor') of the object.Stringpublic void setVendor(String vendor)
vendor property (displayed as Vendor) of the object.vendor - the value to setpublic String getVersion()
version property (displayed as 'Version') of the object.Stringpublic void setVersion(String version)
version property (displayed as Version) of the object.version - the value to setCopyright © 2018–2021 ODPi. All rights reserved.