| Package | Description |
|---|---|
| iot.jcypher.domain.genericmodel | |
| iot.jcypher.domain.genericmodel.internal |
| Modifier and Type | Method and Description |
|---|---|
static DOField |
InternalAccess.createDOField(String name,
String typeName,
DOType ownerType) |
DOField |
DOType.getFieldByIndex(int index)
Answer the field at the given index in the list of all fields.
|
DOField |
DOType.getFieldByName(String fieldName)
Answer the field with the given name.
|
| Modifier and Type | Method and Description |
|---|---|
List<DOField> |
DOType.getDeclaredFields()
Answer the field- (attribute) definitions declared by this type.
|
List<DOField> |
DOType.getFields()
Answer the field- (attribute) definitions declared by this type and all it's super types.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
InternalAccess.addDeclaredFieldUnique(DOType typ,
DOField field) |
static void |
InternalAccess.setComponentTypeName(DOField doField,
String componentTypeName) |
| Modifier and Type | Method and Description |
|---|---|
DOField |
DOWalker.Field.getField() |
| Modifier and Type | Method and Description |
|---|---|
void |
IDOVisitor.endVisitField(DOField field,
Object fieldValue,
int depth) |
void |
IDOVisitor.startVisitField(DOField field,
Object fieldValue,
int depth) |
Copyright © 2016. All rights reserved.