Modifier and Type | Field and Description |
---|---|
protected CollectionType |
Field.collectionType |
protected CollectionType |
Collection.collectionType |
protected CollectionType |
ActionDetail.sourceCollectionType |
protected CollectionType |
ActionDetail.targetCollectionType |
Modifier and Type | Method and Description |
---|---|
static CollectionType |
CollectionType.fromValue(String v) |
CollectionType |
Field.getCollectionType()
Gets the value of the collectionType property.
|
CollectionType |
Collection.getCollectionType()
Gets the value of the collectionType property.
|
CollectionType |
ActionDetail.getSourceCollectionType()
Gets the value of the sourceCollectionType property.
|
CollectionType |
ActionDetail.getTargetCollectionType()
Gets the value of the targetCollectionType property.
|
static CollectionType |
CollectionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CollectionType[] |
CollectionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Field.setCollectionType(CollectionType value)
Sets the value of the collectionType property.
|
void |
Collection.setCollectionType(CollectionType value)
Sets the value of the collectionType property.
|
void |
ActionDetail.setSourceCollectionType(CollectionType value)
Sets the value of the sourceCollectionType property.
|
void |
ActionDetail.setTargetCollectionType(CollectionType value)
Sets the value of the targetCollectionType property.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.