|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BPELReader.FeatureConstants | |
|---|---|
| com.ebmwebsourcing.easybpel.model.bpel.api | |
| com.ebmwebsourcing.easybpel.model.bpel.api.inout | |
| Uses of BPELReader.FeatureConstants in com.ebmwebsourcing.easybpel.model.bpel.api |
|---|
| Method parameters in com.ebmwebsourcing.easybpel.model.bpel.api with type arguments of type BPELReader.FeatureConstants | |
|---|---|
abstract BPELReader |
BPELFactory.newBPELReader(java.util.Map<BPELReader.FeatureConstants,java.lang.Object> features)
Create a new instance of a BPELReaderImpl. |
| Uses of BPELReader.FeatureConstants in com.ebmwebsourcing.easybpel.model.bpel.api.inout |
|---|
| Methods in com.ebmwebsourcing.easybpel.model.bpel.api.inout that return BPELReader.FeatureConstants | |
|---|---|
static BPELReader.FeatureConstants |
BPELReader.FeatureConstants.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static BPELReader.FeatureConstants[] |
BPELReader.FeatureConstants.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.ebmwebsourcing.easybpel.model.bpel.api.inout that return types with arguments of type BPELReader.FeatureConstants | |
|---|---|
java.util.Map<BPELReader.FeatureConstants,java.lang.Object> |
BPELReader.getFeatures()
Gets all features. |
| Methods in com.ebmwebsourcing.easybpel.model.bpel.api.inout with parameters of type BPELReader.FeatureConstants | |
|---|---|
java.lang.Object |
BPELReader.getFeature(BPELReader.FeatureConstants name)
Gets the value of the specified feature. |
void |
BPELReader.setFeature(BPELReader.FeatureConstants name,
java.lang.Object value)
Sets the specified feature to the specified value. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||