| Package | Description |
|---|---|
| iot.jcypher.domain | |
| iot.jcypher.domain.genericmodel | |
| iot.jcypher.domain.genericmodel.internal | |
| iot.jcypher.domain.internal |
| Modifier and Type | Method and Description |
|---|---|
DOType |
IGenericDomainAccess.getDomainObjectType(String typeName)
Answer a domain object type for the given typeName.
|
| Modifier and Type | Method and Description |
|---|---|
DOType |
DOType.Builder.build() |
static DOType |
InternalAccess.createDOType(String typeName,
DomainModel domainModel) |
DOType |
DomainObject.getDomainObjectType()
Answer the type of this generic domain object
|
DOType |
DOType.getSuperType() |
| Modifier and Type | Method and Description |
|---|---|
List<DOType> |
DOType.getInterfaces() |
| Modifier and Type | Method and Description |
|---|---|
static void |
InternalAccess.addDeclaredFieldUnique(DOType typ,
DOField field) |
void |
DOType.DOClassBuilder.addInterface(DOType anInterface)
Add an interface definition to the constructed domain object Class.
|
void |
DOType.DOInterfaceBuilder.addInterface(DOType anInterface)
Add an interface definition to to be extended by this interface.
|
static void |
InternalAccess.addInterfaceUnique(DOType typ,
DOType intf) |
static DOType.Builder |
InternalAccess.createBuilder(DOType doType) |
static DOField |
InternalAccess.createDOField(String name,
String typeName,
DOType ownerType) |
static DomainObject |
InternalAccess.createDomainObject(DOType doType) |
static void |
InternalAccess.setNodeId(DOType doType,
long nid) |
static void |
InternalAccess.setSuperType(DOType.Builder builder,
DOType superType) |
void |
DOType.DOClassBuilder.setSuperType(DOType superType)
Set the super type of the constructed domain object Class.
|
void |
DOType.DOEnumBuilder.setSuperType(DOType superType)
Set the super type of the constructed Enum.
|
| Constructor and Description |
|---|
DomainObject(DOType doType) |
| Modifier and Type | Method and Description |
|---|---|
DOType |
DomainModel.addType(Class<?> clazz) |
DOType |
DomainModel.getDOType(String typeName) |
| Modifier and Type | Method and Description |
|---|---|
List<DOType> |
DomainModel.getUnsaved() |
| Modifier and Type | Method and Description |
|---|---|
static void |
InternalAccess.addDOTypeIfNeeded(DomainModel domainModel,
DOType doType) |
void |
DomainModel.addToUnsaved(DOType typ) |
| Modifier and Type | Method and Description |
|---|---|
DOType |
DomainAccessSync.GenericDomainAccessSync.getDomainObjectType(String typeName) |
DOType |
DomainAccess.GenericDomainAccess.getDomainObjectType(String typeName) |
Copyright © 2016. All rights reserved.