public class TupleAttribute extends InformationAsset
tuple_attribute asset type in IGC, displayed as 'Tuple Attribute' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected String |
collectionType
Valid values are:
boolean (displayed in the UI as 'boolean')
enum (displayed in the UI as 'enum')
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')
uint8 (displayed in the UI as 'uint8')
uint16 (displayed in the UI as 'uint16')
uint32 (displayed in the UI as 'uint32')
uint64 (displayed in the UI as 'uint64')
float32 (displayed in the UI as 'float32')
float64 (displayed in the UI as 'float64')
decimal32 (displayed in the UI as 'decimal32')
decimal64 (displayed in the UI as 'decimal64')
decimal128 (displayed in the UI as 'decimal128')
complex32 (displayed in the UI as 'complex32')
complex64 (displayed in the UI as 'complex64')
timestamp (displayed in the UI as 'timestamp')
rstring (displayed in the UI as 'rstring')
ustring (displayed in the UI as 'ustring')
blob (displayed in the UI as 'blob')
xml (displayed in the UI as 'xml')
tuple (displayed in the UI as 'tuple')
list (displayed in the UI as 'list')
set (displayed in the UI as 'set')
map (displayed in the UI as 'map')
|
protected Number |
length |
protected RootTuple |
tuple |
protected ItemList<TupleAttribute> |
tupleAttribute |
protected ItemList<MainObject> |
tupleOrTupleAttribute |
protected String |
type
Valid values are:
boolean (displayed in the UI as 'boolean')
enum (displayed in the UI as 'enum')
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')
uint8 (displayed in the UI as 'uint8')
uint16 (displayed in the UI as 'uint16')
uint32 (displayed in the UI as 'uint32')
uint64 (displayed in the UI as 'uint64')
float32 (displayed in the UI as 'float32')
float64 (displayed in the UI as 'float64')
decimal32 (displayed in the UI as 'decimal32')
decimal64 (displayed in the UI as 'decimal64')
decimal128 (displayed in the UI as 'decimal128')
complex32 (displayed in the UI as 'complex32')
complex64 (displayed in the UI as 'complex64')
timestamp (displayed in the UI as 'timestamp')
rstring (displayed in the UI as 'rstring')
ustring (displayed in the UI as 'ustring')
blob (displayed in the UI as 'blob')
xml (displayed in the UI as 'xml')
tuple (displayed in the UI as 'tuple')
list (displayed in the UI as 'list')
set (displayed in the UI as 'set')
map (displayed in the UI as 'map')
|
blueprintElements, impactedBy, impactsOn, inCollections, nativeId, readByDesign, readByOperational, readByStatic, readByUserDefined, writtenByDesign, writtenByOperational, writtenByStatic, writtenByUserDefinedassignedToTerms, governedByRules, implementsRules, labels, longDescription, name, shortDescription, stewards| Constructor and Description |
|---|
TupleAttribute() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCollectionType()
Retrieve the
collection_type property (displayed as 'Collection Type') of the object. |
Number |
getLength()
Retrieve the
length property (displayed as 'Length') of the object. |
String |
getTheType()
Retrieve the
type property (displayed as 'Type') of the object. |
RootTuple |
getTuple()
Retrieve the
tuple property (displayed as 'Tuple') of the object. |
ItemList<TupleAttribute> |
getTupleAttribute()
Retrieve the
tuple_attribute property (displayed as 'Tuple Attribute') of the object. |
ItemList<MainObject> |
getTupleOrTupleAttribute()
Retrieve the
tuple_or_tuple_attribute property (displayed as 'Tuple or Tuple Attribute') of the object. |
void |
setCollectionType(String collectionType)
Set the
collection_type property (displayed as Collection Type) of the object. |
void |
setLength(Number length)
Set the
length property (displayed as Length) of the object. |
void |
setTheType(String type)
Set the
type property (displayed as Type) of the object. |
void |
setTuple(RootTuple tuple)
Set the
tuple property (displayed as Tuple) of the object. |
void |
setTupleAttribute(ItemList<TupleAttribute> tupleAttribute)
Set the
tuple_attribute property (displayed as Tuple Attribute) of the object. |
void |
setTupleOrTupleAttribute(ItemList<MainObject> tupleOrTupleAttribute)
Set the
tuple_or_tuple_attribute property (displayed as Tuple or Tuple Attribute) 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 collectionType
protected Number length
protected RootTuple tuple
protected ItemList<TupleAttribute> tupleAttribute
protected ItemList<MainObject> tupleOrTupleAttribute
protected String type
public String getCollectionType()
collection_type property (displayed as 'Collection Type') of the object.Stringpublic void setCollectionType(String collectionType)
collection_type property (displayed as Collection Type) of the object.collectionType - the value to setpublic Number getLength()
length property (displayed as 'Length') of the object.Numberpublic void setLength(Number length)
length property (displayed as Length) of the object.length - the value to setpublic RootTuple getTuple()
tuple property (displayed as 'Tuple') of the object.RootTuplepublic void setTuple(RootTuple tuple)
tuple property (displayed as Tuple) of the object.tuple - the value to setpublic ItemList<TupleAttribute> getTupleAttribute()
tuple_attribute property (displayed as 'Tuple Attribute') of the object.ItemList<TupleAttribute>public void setTupleAttribute(ItemList<TupleAttribute> tupleAttribute)
tuple_attribute property (displayed as Tuple Attribute) of the object.tupleAttribute - the value to setpublic ItemList<MainObject> getTupleOrTupleAttribute()
tuple_or_tuple_attribute property (displayed as 'Tuple or Tuple Attribute') of the object.ItemList<MainObject>public void setTupleOrTupleAttribute(ItemList<MainObject> tupleOrTupleAttribute)
tuple_or_tuple_attribute property (displayed as Tuple or Tuple Attribute) of the object.tupleOrTupleAttribute - the value to setpublic String getTheType()
type property (displayed as 'Type') of the object.Stringpublic void setTheType(String type)
type property (displayed as Type) of the object.type - the value to setCopyright © 2018–2021 ODPi. All rights reserved.