public final class TypeAttributes
extends java.lang.Object
| Constructor and Description |
|---|
TypeAttributes() |
TypeAttributes(manifold.rt.api.Bindings bindings) |
TypeAttributes(java.lang.Boolean nullable) |
TypeAttributes(java.lang.Boolean nullable,
manifold.rt.api.Bindings jsonObj) |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.Boolean |
and(java.lang.Boolean b1,
java.lang.Boolean b2) |
TypeAttributes |
blendWith(TypeAttributes other) |
TypeAttributes |
copy() |
boolean |
equals(java.lang.Object o) |
java.lang.Object |
getAdditionalProperties() |
java.lang.Object |
getDefaultValue() |
java.lang.Boolean |
getNullable() |
manifold.rt.api.Bindings |
getPatternProperties() |
java.lang.Boolean |
getReadOnly() |
java.lang.Boolean |
getWriteOnly() |
int |
hashCode() |
static java.lang.Boolean |
or(java.lang.Boolean b1,
java.lang.Boolean b2) |
TypeAttributes |
overrideWith(TypeAttributes other) |
void |
setDefaultValue(java.lang.Object value) |
public TypeAttributes()
public TypeAttributes(java.lang.Boolean nullable)
public TypeAttributes(manifold.rt.api.Bindings bindings)
public TypeAttributes(java.lang.Boolean nullable,
manifold.rt.api.Bindings jsonObj)
public TypeAttributes overrideWith(TypeAttributes other)
public TypeAttributes blendWith(TypeAttributes other)
public TypeAttributes copy()
public java.lang.Boolean getNullable()
public java.lang.Object getDefaultValue()
public void setDefaultValue(java.lang.Object value)
public java.lang.Boolean getReadOnly()
public java.lang.Boolean getWriteOnly()
public java.lang.Object getAdditionalProperties()
public manifold.rt.api.Bindings getPatternProperties()
public static java.lang.Boolean or(java.lang.Boolean b1,
java.lang.Boolean b2)
public static java.lang.Boolean and(java.lang.Boolean b1,
java.lang.Boolean b2)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2021. All rights reserved.