public class IdocSegmentType extends InformationAsset
idoc_segment_type asset type in IGC, displayed as 'IDoc Segment Type' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected String |
dataType
Valid values are:
INT8 (displayed in the UI as 'INT8')
INT16 (displayed in the UI as 'INT16')
INT32 (displayed in the UI as 'INT32')
INT64 (displayed in the UI as 'INT64')
SFLOAT (displayed in the UI as 'SFLOAT')
DFLOAT (displayed in the UI as 'DFLOAT')
QFLOAT (displayed in the UI as 'QFLOAT')
DECIMAL (displayed in the UI as 'DECIMAL')
STRING (displayed in the UI as 'STRING')
BINARY (displayed in the UI as 'BINARY')
BOOLEAN (displayed in the UI as 'BOOLEAN')
DATE (displayed in the UI as 'DATE')
TIME (displayed in the UI as 'TIME')
DATETIME (displayed in the UI as 'DATETIME')
DURATION (displayed in the UI as 'DURATION')
CHOICE (displayed in the UI as 'CHOICE')
ORDERED_GROUP (displayed in the UI as 'ORDERED_GROUP')
UNORDERED_GROUP (displayed in the UI as 'UNORDERED_GROUP')
GUID (displayed in the UI as 'GUID')
UNKNOWN (displayed in the UI as 'UNKNOWN')
JSON (displayed in the UI as 'JSON')
XML (displayed in the UI as 'XML')
|
protected ItemList<MainObject> |
idocSegmentType |
protected IdocType |
idocType |
protected Number |
level |
protected List<String> |
minMax |
protected DataItemDefinition |
ofIdocSegmentType |
protected ItemList<IdocType> |
ofIdocType |
protected String |
segmentDefinition |
protected ItemList<AnalyticsObject> |
usedByAnalyticsObjects |
blueprintElements, impactedBy, impactsOn, inCollections, nativeId, readByDesign, readByOperational, readByStatic, readByUserDefined, writtenByDesign, writtenByOperational, writtenByStatic, writtenByUserDefinedassignedToTerms, governedByRules, implementsRules, labels, longDescription, name, shortDescription, stewards| Constructor and Description |
|---|
IdocSegmentType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDataType()
Retrieve the
data_type property (displayed as 'Data Type') of the object. |
ItemList<MainObject> |
getIdocSegmentType()
Retrieve the
idoc_segment_type property (displayed as 'IDoc Segment Type') of the object. |
IdocType |
getIdocType()
Retrieve the
idoc_type property (displayed as 'IDoc Type') of the object. |
Number |
getLevel()
Retrieve the
level property (displayed as 'Level') of the object. |
List<String> |
getMinMax()
Retrieve the
min_/_max property (displayed as 'Min / Max') of the object. |
DataItemDefinition |
getOfIdocSegmentType()
Retrieve the
of_idoc_segment_type property (displayed as 'IDoc Segment Type') of the object. |
ItemList<IdocType> |
getOfIdocType()
Retrieve the
of_idoc_type property (displayed as 'IDoc Type') of the object. |
String |
getSegmentDefinition()
Retrieve the
segment_definition property (displayed as 'Segment Definition') of the object. |
ItemList<AnalyticsObject> |
getUsedByAnalyticsObjects()
Retrieve the
used_by_analytics_objects property (displayed as 'Used By Data Science') of the object. |
void |
setDataType(String dataType)
Set the
data_type property (displayed as Data Type) of the object. |
void |
setIdocSegmentType(ItemList<MainObject> idocSegmentType)
Set the
idoc_segment_type property (displayed as IDoc Segment Type) of the object. |
void |
setIdocType(IdocType idocType)
Set the
idoc_type property (displayed as IDoc Type) of the object. |
void |
setLevel(Number level)
Set the
level property (displayed as Level) of the object. |
void |
setMinMax(List<String> minMax)
Set the
min_/_max property (displayed as Min / Max) of the object. |
void |
setOfIdocSegmentType(DataItemDefinition ofIdocSegmentType)
Set the
of_idoc_segment_type property (displayed as IDoc Segment Type) of the object. |
void |
setOfIdocType(ItemList<IdocType> ofIdocType)
Set the
of_idoc_type property (displayed as IDoc Type) of the object. |
void |
setSegmentDefinition(String segmentDefinition)
Set the
segment_definition property (displayed as Segment Definition) of the object. |
void |
setUsedByAnalyticsObjects(ItemList<AnalyticsObject> usedByAnalyticsObjects)
Set the
used_by_analytics_objects property (displayed as Used By Data Science) of the object. |
getBlueprintElements, getImpactedBy, getImpactsOn, getInCollections, getNativeId, getReadByDesign, getReadByOperational, getReadByStatic, getReadByUserDefined, getWrittenByDesign, getWrittenByOperational, getWrittenByStatic, getWrittenByUserDefined, setBlueprintElements, setImpactedBy, setImpactsOn, setInCollections, setNativeId, setReadByDesign, setReadByOperational, setReadByStatic, setReadByUserDefined, setWrittenByDesign, setWrittenByOperational, setWrittenByStatic, setWrittenByUserDefinedgetAssignedToTerms, 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 dataType
protected ItemList<MainObject> idocSegmentType
protected IdocType idocType
protected Number level
protected DataItemDefinition ofIdocSegmentType
protected String segmentDefinition
protected ItemList<AnalyticsObject> usedByAnalyticsObjects
public 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 ItemList<MainObject> getIdocSegmentType()
idoc_segment_type property (displayed as 'IDoc Segment Type') of the object.ItemList<MainObject>public void setIdocSegmentType(ItemList<MainObject> idocSegmentType)
idoc_segment_type property (displayed as IDoc Segment Type) of the object.idocSegmentType - the value to setpublic IdocType getIdocType()
idoc_type property (displayed as 'IDoc Type') of the object.IdocTypepublic void setIdocType(IdocType idocType)
idoc_type property (displayed as IDoc Type) of the object.idocType - the value to setpublic Number getLevel()
level property (displayed as 'Level') of the object.Numberpublic void setLevel(Number level)
level property (displayed as Level) of the object.level - the value to setpublic List<String> getMinMax()
min_/_max property (displayed as 'Min / Max') of the object.List<String>public void setMinMax(List<String> minMax)
min_/_max property (displayed as Min / Max) of the object.minMax - the value to setpublic DataItemDefinition getOfIdocSegmentType()
of_idoc_segment_type property (displayed as 'IDoc Segment Type') of the object.DataItemDefinitionpublic void setOfIdocSegmentType(DataItemDefinition ofIdocSegmentType)
of_idoc_segment_type property (displayed as IDoc Segment Type) of the object.ofIdocSegmentType - the value to setpublic ItemList<IdocType> getOfIdocType()
of_idoc_type property (displayed as 'IDoc Type') of the object.ItemList<IdocType>public void setOfIdocType(ItemList<IdocType> ofIdocType)
of_idoc_type property (displayed as IDoc Type) of the object.ofIdocType - the value to setpublic String getSegmentDefinition()
segment_definition property (displayed as 'Segment Definition') of the object.Stringpublic void setSegmentDefinition(String segmentDefinition)
segment_definition property (displayed as Segment Definition) of the object.segmentDefinition - the value to setpublic ItemList<AnalyticsObject> getUsedByAnalyticsObjects()
used_by_analytics_objects property (displayed as 'Used By Data Science') of the object.ItemList<AnalyticsObject>public void setUsedByAnalyticsObjects(ItemList<AnalyticsObject> usedByAnalyticsObjects)
used_by_analytics_objects property (displayed as Used By Data Science) of the object.usedByAnalyticsObjects - the value to setCopyright © 2018–2021 ODPi. All rights reserved.