| Package | Description |
|---|---|
| io.ciera.tool.sql.ooaofooa.component | |
| io.ciera.tool.sql.ooaofooa.component.impl | |
| ooaofooa.datatypes |
| Modifier and Type | Method and Description |
|---|---|
IFDirectionType |
ExecutableProperty.getDirection() |
IFDirectionType |
InterfaceOperation.getDirection() |
IFDirectionType |
InterfaceSignal.getDirection() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExecutablePropertySet.setDirection(IFDirectionType m_Direction) |
void |
ExecutableProperty.setDirection(IFDirectionType m_Direction) |
void |
InterfaceOperation.setDirection(IFDirectionType m_Direction) |
void |
InterfaceSignal.setDirection(IFDirectionType m_Direction) |
void |
InterfaceOperationSet.setDirection(IFDirectionType m_Direction) |
void |
InterfaceSignalSet.setDirection(IFDirectionType m_Direction) |
| Modifier and Type | Method and Description |
|---|---|
IFDirectionType |
InterfaceOperationImpl.getDirection() |
IFDirectionType |
ExecutablePropertyImpl.getDirection() |
IFDirectionType |
InterfaceSignalImpl.getDirection() |
| Modifier and Type | Method and Description |
|---|---|
static InterfaceSignal |
InterfaceSignalImpl.create(Sql context,
io.ciera.runtime.summit.types.UniqueId instanceId,
io.ciera.runtime.summit.types.UniqueId ref_Id,
String m_Name,
String m_Descrip,
IFDirectionType m_Direction,
io.ciera.runtime.summit.types.UniqueId ref_Previous_Id) |
static ExecutableProperty |
ExecutablePropertyImpl.create(Sql context,
io.ciera.runtime.summit.types.UniqueId instanceId,
io.ciera.runtime.summit.types.UniqueId m_Id,
io.ciera.runtime.summit.types.UniqueId ref_Interface_Id,
IFDirectionType m_Direction,
String m_Name,
String m_Descrip) |
static InterfaceOperation |
InterfaceOperationImpl.create(Sql context,
io.ciera.runtime.summit.types.UniqueId instanceId,
io.ciera.runtime.summit.types.UniqueId ref_Id,
io.ciera.runtime.summit.types.UniqueId ref_DT_ID,
String m_Name,
String m_Descrip,
IFDirectionType m_Direction,
String m_Return_Dimensions,
io.ciera.runtime.summit.types.UniqueId ref_Previous_Id) |
void |
InterfaceOperationImpl.setDirection(IFDirectionType m_Direction) |
void |
ExecutablePropertyImpl.setDirection(IFDirectionType m_Direction) |
void |
InterfaceOperationSetImpl.setDirection(IFDirectionType m_Direction) |
void |
InterfaceSignalImpl.setDirection(IFDirectionType m_Direction) |
void |
InterfaceSignalSetImpl.setDirection(IFDirectionType m_Direction) |
void |
ExecutablePropertySetImpl.setDirection(IFDirectionType m_Direction) |
| Modifier and Type | Method and Description |
|---|---|
static IFDirectionType |
IFDirectionType.deserialize(Object o) |
static IFDirectionType |
IFDirectionType.valueOf(int value) |
static IFDirectionType |
IFDirectionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IFDirectionType[] |
IFDirectionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2021. All rights reserved.