| Package | Description |
|---|---|
| org.appops.core.service.meta |
| Modifier and Type | Method and Description |
|---|---|
InterfaceMeta |
ServiceOpMeta.getParent()
Getter for the field
parent. |
InterfaceMeta |
InterfaceMeta.lightweightCopy()
Creates a lightweight copy to avoid cyclic object dependency.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<InterfaceMeta> |
ServiceMeta.getInterfaces()
Getter for the field
interfaces. |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceMeta.addInterface(InterfaceMeta intrfc)
addInterface.
|
void |
ServiceOpMeta.setParent(InterfaceMeta parent)
Setter for the field
parent. |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceMeta.addInterfaces(java.util.Collection<InterfaceMeta> interfaces)
addInterfaces.
|
Copyright © 2022. All rights reserved.