public class LogicalVariable extends Reference
logical_variable asset type in IGC, displayed as 'Logical Variable' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected ItemList<Term> |
assignedToTerms |
protected ItemList<InformationAsset> |
binding |
protected String |
dataType
Valid values are:
INTEGER (displayed in the UI as 'INTEGER')
FLOAT (displayed in the UI as 'FLOAT')
NUMBER (displayed in the UI as 'NUMBER')
FIXED_STRING (displayed in the UI as 'FIXED_STRING')
VARIABLE_STRING (displayed in the UI as 'VARIABLE_STRING')
STRING (displayed in the UI as 'STRING')
DATE (displayed in the UI as 'DATE')
TIME (displayed in the UI as 'TIME')
DATETIME (displayed in the UI as 'DATETIME')
ANY (displayed in the UI as 'ANY')
|
protected String |
longDescription |
protected String |
name |
protected String |
nativeId |
protected String |
shortDescription |
protected String |
shortLongDescription |
protected String |
status
Valid values are:
CANDIDATE (displayed in the UI as 'CANDIDATE')
ACCEPTED (displayed in the UI as 'ACCEPTED')
STANDARD (displayed in the UI as 'STANDARD')
DEPRECATED (displayed in the UI as 'DEPRECATED')
DRAFT (displayed in the UI as 'DRAFT')
IN_PROCESS (displayed in the UI as 'IN_PROCESS')
REJECTED (displayed in the UI as 'REJECTED')
SUGGESTED (displayed in the UI as 'SUGGESTED')
ERROR (displayed in the UI as 'ERROR')
|
protected ItemList<AsclSteward> |
stewards |
protected String |
type |
| Constructor and Description |
|---|
LogicalVariable() |
| Modifier and Type | Method and Description |
|---|---|
ItemList<Term> |
getAssignedToTerms()
Retrieve the
assigned_to_terms property (displayed as 'Assigned to Terms') of the object. |
ItemList<InformationAsset> |
getBinding()
Retrieve the
binding property (displayed as 'Binding') of the object. |
String |
getDataType()
Retrieve the
data_type property (displayed as 'Data Type') of the object. |
String |
getLongDescription()
Retrieve the
long_description property (displayed as 'Long Description') of the object. |
String |
getNativeId()
Retrieve the
native_id property (displayed as 'Native ID') of the object. |
String |
getShortDescription()
Retrieve the
short_description property (displayed as 'Short Description') of the object. |
String |
getShortLongDescription()
Retrieve the
short_&_long_description property (displayed as 'Short & Long Description') of the object. |
String |
getStatus()
Retrieve the
status property (displayed as 'Status') of the object. |
ItemList<AsclSteward> |
getStewards()
Retrieve the
stewards property (displayed as 'Stewards') of the object. |
String |
getTheName()
Retrieve the
name property (displayed as 'Name') of the object. |
String |
getTheType()
Retrieve the
type property (displayed as 'Example') of the object. |
void |
setAssignedToTerms(ItemList<Term> assignedToTerms)
Set the
assigned_to_terms property (displayed as Assigned to Terms) of the object. |
void |
setBinding(ItemList<InformationAsset> binding)
Set the
binding property (displayed as Binding) of the object. |
void |
setDataType(String dataType)
Set the
data_type property (displayed as Data Type) of the object. |
void |
setLongDescription(String longDescription)
Set the
long_description property (displayed as Long Description) of the object. |
void |
setNativeId(String nativeId)
Set the
native_id property (displayed as Native ID) of the object. |
void |
setShortDescription(String shortDescription)
Set the
short_description property (displayed as Short Description) of the object. |
void |
setShortLongDescription(String shortLongDescription)
Set the
short_&_long_description property (displayed as Short & Long Description) of the object. |
void |
setStatus(String status)
Set the
status property (displayed as Status) of the object. |
void |
setStewards(ItemList<AsclSteward> stewards)
Set the
stewards property (displayed as Stewards) of the object. |
void |
setTheName(String name)
Set the
name property (displayed as Name) of the object. |
void |
setTheType(String type)
Set the
type property (displayed as Example) of the object. |
areModificationDetailsPopulated, 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 ItemList<InformationAsset> binding
protected String dataType
protected String longDescription
protected String name
protected String nativeId
protected String shortLongDescription
protected String shortDescription
protected String status
protected ItemList<AsclSteward> stewards
protected String type
public ItemList<Term> getAssignedToTerms()
assigned_to_terms property (displayed as 'Assigned to Terms') of the object.ItemList<Term>public void setAssignedToTerms(ItemList<Term> assignedToTerms)
assigned_to_terms property (displayed as Assigned to Terms) of the object.assignedToTerms - the value to setpublic ItemList<InformationAsset> getBinding()
binding property (displayed as 'Binding') of the object.ItemList<InformationAsset>public void setBinding(ItemList<InformationAsset> binding)
binding property (displayed as Binding) of the object.binding - the value to setpublic String getDataType()
data_type property (displayed as 'Data Type') of the object.Stringpublic void setDataType(String dataType)
data_type property (displayed as Data Type) of the object.dataType - the value to setpublic String getLongDescription()
long_description property (displayed as 'Long Description') of the object.Stringpublic void setLongDescription(String longDescription)
long_description property (displayed as Long Description) of the object.longDescription - the value to setpublic String getTheName()
name property (displayed as 'Name') of the object.Stringpublic void setTheName(String name)
name property (displayed as Name) of the object.name - 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 getShortLongDescription()
short_&_long_description property (displayed as 'Short & Long Description') of the object.Stringpublic void setShortLongDescription(String shortLongDescription)
short_&_long_description property (displayed as Short & Long Description) of the object.shortLongDescription - the value to setpublic String getShortDescription()
short_description property (displayed as 'Short Description') of the object.Stringpublic void setShortDescription(String shortDescription)
short_description property (displayed as Short Description) of the object.shortDescription - the value to setpublic String getStatus()
status property (displayed as 'Status') of the object.Stringpublic void setStatus(String status)
status property (displayed as Status) of the object.status - the value to setpublic ItemList<AsclSteward> getStewards()
stewards property (displayed as 'Stewards') of the object.ItemList<AsclSteward>public void setStewards(ItemList<AsclSteward> stewards)
stewards property (displayed as Stewards) of the object.stewards - the value to setpublic String getTheType()
type property (displayed as 'Example') of the object.Stringpublic void setTheType(String type)
type property (displayed as Example) of the object.type - the value to setCopyright © 2018–2021 ODPi. All rights reserved.