|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NodeTypeKind | |
|---|---|
| org.chromattic.metamodel.mapping | |
| Uses of NodeTypeKind in org.chromattic.metamodel.mapping |
|---|
| Methods in org.chromattic.metamodel.mapping that return NodeTypeKind | |
|---|---|
NodeTypeKind |
NodeTypeMapping.getKind()
|
static NodeTypeKind |
NodeTypeKind.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static NodeTypeKind[] |
NodeTypeKind.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Constructors in org.chromattic.metamodel.mapping with parameters of type NodeTypeKind | |
|---|---|
NodeTypeMapping(TypeMappingDomain domain,
org.reflext.api.ClassTypeInfo type,
java.util.Set<PropertyMapping<? extends ValueMapping>> propertyMappings,
java.util.Set<MethodMapping> methodMappings,
NameConflictResolution onDuplicate,
java.lang.String typeName,
java.lang.Class<? extends ObjectFormatter> formatterClass,
NodeTypeKind kind,
boolean orderable)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||