Package | Description |
---|---|
com.asakusafw.operator.model |
Internal representation of Asakusa operators and data models.
|
Modifier and Type | Method and Description |
---|---|
DataModelMirror.Kind |
PartialDataModelMirror.getKind() |
DataModelMirror.Kind |
ConcreteDataModelMirror.getKind() |
DataModelMirror.Kind |
DataModelMirror.getKind()
Returns the kind of this data model.
|
static DataModelMirror.Kind |
DataModelMirror.Kind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataModelMirror.Kind[] |
DataModelMirror.Kind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.