Modifier and Type | Field and Description |
---|---|
protected MappingType |
BaseMapping.mappingType |
Modifier and Type | Method and Description |
---|---|
static MappingType |
MappingType.fromValue(String v)
Deprecated.
|
MappingType |
BaseMapping.getMappingType()
Gets the value of the mappingType property.
|
static MappingType |
MappingType.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static MappingType[] |
MappingType.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static <T extends BaseMapping> |
AtlasModelFactory.createMapping(MappingType type) |
void |
BaseMapping.setMappingType(MappingType value)
Sets the value of the mappingType property.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.