| Modifier and Type | Method and Description |
|---|---|
PrimitiveDefCategory |
PrimitivePropertyValue.getPrimitiveDefCategory()
Return the the category of the primitive's type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PrimitivePropertyValue.setPrimitiveDefCategory(PrimitiveDefCategory primitiveDefCategory)
Set up the category of the primitive type.
|
| Modifier and Type | Method and Description |
|---|---|
PrimitiveDefCategory |
PrimitiveDef.getPrimitiveDefCategory()
Return the type category for this primitive type.
|
static PrimitiveDefCategory |
PrimitiveDefCategory.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PrimitiveDefCategory[] |
PrimitiveDefCategory.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<PrimitiveDefCategory> |
CollectionDef.getArgumentTypes()
Return the list of argument types set up for this collection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PrimitiveDef.setPrimitiveDefCategory(PrimitiveDefCategory primitiveDefCategory)
Set up the type category for this primitive type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CollectionDef.setArgumentTypes(List<PrimitiveDefCategory> argumentTypes)
Set up the list of argument types.
|
| Constructor and Description |
|---|
PrimitiveDef(PrimitiveDefCategory primitiveDefCategory)
Superclass constructor initializes the PrimitiveDef based on the supplied category.
|
Copyright © 2018–2019 ODPi. All rights reserved.