public class Propdescriptor extends Reference
propdescriptor asset type in IGC, displayed as 'PropDescriptor' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected String |
attributeName |
protected String |
description |
protected String |
displayName |
protected Boolean |
isAttribute |
protected String |
name |
protected Classdescriptor |
ofClassDescriptor |
protected String |
valueExpression |
protected String |
valueType |
| Constructor and Description |
|---|
Propdescriptor() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttributeName()
Retrieve the
attribute_name property (displayed as 'Attribute Name') of the object. |
String |
getDescription()
Retrieve the
description property (displayed as 'Description') of the object. |
String |
getDisplayName()
Retrieve the
display_name property (displayed as 'Display Name') of the object. |
Boolean |
getIsAttribute()
Retrieve the
is_attribute property (displayed as 'Is Attribute') of the object. |
Classdescriptor |
getOfClassDescriptor()
Retrieve the
of_class_descriptor property (displayed as 'Of Class Descriptor') of the object. |
String |
getTheName()
Retrieve the
name property (displayed as 'Name') of the object. |
String |
getValueExpression()
Retrieve the
value_expression property (displayed as 'Value Expression') of the object. |
String |
getValueType()
Retrieve the
value_type property (displayed as 'Value Type') of the object. |
void |
setAttributeName(String attributeName)
Set the
attribute_name property (displayed as Attribute Name) of the object. |
void |
setDescription(String description)
Set the
description property (displayed as Description) of the object. |
void |
setDisplayName(String displayName)
Set the
display_name property (displayed as Display Name) of the object. |
void |
setIsAttribute(Boolean isAttribute)
Set the
is_attribute property (displayed as Is Attribute) of the object. |
void |
setOfClassDescriptor(Classdescriptor ofClassDescriptor)
Set the
of_class_descriptor property (displayed as Of Class Descriptor) of the object. |
void |
setTheName(String name)
Set the
name property (displayed as Name) of the object. |
void |
setValueExpression(String valueExpression)
Set the
value_expression property (displayed as Value Expression) of the object. |
void |
setValueType(String valueType)
Set the
value_type property (displayed as Value Type) 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 String attributeName
protected String description
protected String displayName
protected Boolean isAttribute
protected String name
protected Classdescriptor ofClassDescriptor
protected String valueExpression
protected String valueType
public String getAttributeName()
attribute_name property (displayed as 'Attribute Name') of the object.Stringpublic void setAttributeName(String attributeName)
attribute_name property (displayed as Attribute Name) of the object.attributeName - the value to setpublic String getDescription()
description property (displayed as 'Description') of the object.Stringpublic void setDescription(String description)
description property (displayed as Description) of the object.description - the value to setpublic String getDisplayName()
display_name property (displayed as 'Display Name') of the object.Stringpublic void setDisplayName(String displayName)
display_name property (displayed as Display Name) of the object.displayName - the value to setpublic Boolean getIsAttribute()
is_attribute property (displayed as 'Is Attribute') of the object.Booleanpublic void setIsAttribute(Boolean isAttribute)
is_attribute property (displayed as Is Attribute) of the object.isAttribute - 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 Classdescriptor getOfClassDescriptor()
of_class_descriptor property (displayed as 'Of Class Descriptor') of the object.Classdescriptorpublic void setOfClassDescriptor(Classdescriptor ofClassDescriptor)
of_class_descriptor property (displayed as Of Class Descriptor) of the object.ofClassDescriptor - the value to setpublic String getValueExpression()
value_expression property (displayed as 'Value Expression') of the object.Stringpublic void setValueExpression(String valueExpression)
value_expression property (displayed as Value Expression) of the object.valueExpression - the value to setpublic String getValueType()
value_type property (displayed as 'Value Type') of the object.Stringpublic void setValueType(String valueType)
value_type property (displayed as Value Type) of the object.valueType - the value to setCopyright © 2018–2021 ODPi. All rights reserved.