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