public static final class CfnComponentType.DataTypeProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnComponentType.DataTypeProperty
CfnComponentType.DataTypeProperty
CfnComponentType.DataTypeProperty.Builder, CfnComponentType.DataTypeProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Object |
getAllowedValues()
The allowed values for this data type.
|
java.lang.Object |
getNestedType()
The nested type in the data type.
|
java.lang.Object |
getRelationship()
A relationship that associates a component with another component.
|
java.lang.String |
getType()
The underlying type of the data type.
|
java.lang.String |
getUnitOfMeasure()
The unit of measure used in this data type.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getType()
CfnComponentType.DataTypeProperty
Valid Values: RELATIONSHIP | STRING | LONG | BOOLEAN | INTEGER | DOUBLE | LIST | MAP
getType
in interface CfnComponentType.DataTypeProperty
public final java.lang.Object getAllowedValues()
CfnComponentType.DataTypeProperty
getAllowedValues
in interface CfnComponentType.DataTypeProperty
public final java.lang.Object getNestedType()
CfnComponentType.DataTypeProperty
getNestedType
in interface CfnComponentType.DataTypeProperty
public final java.lang.Object getRelationship()
CfnComponentType.DataTypeProperty
getRelationship
in interface CfnComponentType.DataTypeProperty
public final java.lang.String getUnitOfMeasure()
CfnComponentType.DataTypeProperty
getUnitOfMeasure
in interface CfnComponentType.DataTypeProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()