| Package | Description |
|---|---|
| io.ciera.tool.sql.architecture.classes | |
| io.ciera.tool.sql.architecture.classes.impl | |
| types |
| Modifier and Type | Method and Description |
|---|---|
AttributeAccessorType |
AttributeDerivation.getAccessor_type() |
AttributeAccessorType |
AttributeAccessor.getAccessor_type() |
| Modifier and Type | Method and Description |
|---|---|
void |
AttributeDerivation.setAccessor_type(AttributeAccessorType ref_accessor_type) |
void |
AttributeAccessor.setAccessor_type(AttributeAccessorType m_accessor_type) |
void |
AttributeDerivationSet.setAccessor_type(AttributeAccessorType ref_accessor_type) |
void |
AttributeAccessorSet.setAccessor_type(AttributeAccessorType m_accessor_type) |
| Modifier and Type | Method and Description |
|---|---|
AttributeAccessorType |
AttributeDerivationImpl.getAccessor_type() |
AttributeAccessorType |
AttributeAccessorImpl.getAccessor_type() |
| Modifier and Type | Method and Description |
|---|---|
static AttributeDerivation |
AttributeDerivationImpl.create(Sql context,
io.ciera.runtime.summit.types.UniqueId instanceId,
String ref_class_name,
String ref_class_package,
String ref_attribute_name,
AttributeAccessorType ref_accessor_type) |
static AttributeAccessor |
AttributeAccessorImpl.create(Sql context,
io.ciera.runtime.summit.types.UniqueId instanceId,
String ref_attribute_name,
String ref_class_package,
String ref_class_name,
AttributeAccessorType m_accessor_type) |
void |
AttributeDerivationSetImpl.setAccessor_type(AttributeAccessorType ref_accessor_type) |
void |
AttributeDerivationImpl.setAccessor_type(AttributeAccessorType ref_accessor_type) |
void |
AttributeAccessorImpl.setAccessor_type(AttributeAccessorType m_accessor_type) |
void |
AttributeAccessorSetImpl.setAccessor_type(AttributeAccessorType m_accessor_type) |
| Modifier and Type | Method and Description |
|---|---|
static AttributeAccessorType |
AttributeAccessorType.deserialize(Object o) |
AttributeAccessorType |
AttributeAccessorType.value() |
static AttributeAccessorType |
AttributeAccessorType.valueOf(int value) |
static AttributeAccessorType |
AttributeAccessorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttributeAccessorType[] |
AttributeAccessorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
AttributeAccessorType.equality(AttributeAccessorType value) |
Copyright © 2020. All rights reserved.