Package | Description |
---|---|
org.dmg.pmml.pmml_4_2.descr |
Modifier and Type | Field and Description |
---|---|
protected OPTYPE |
DefineFunction.optype |
protected OPTYPE |
MiningField.optype |
protected OPTYPE |
DataField.optype |
protected OPTYPE |
Target.optype |
protected OPTYPE |
DerivedField.optype |
protected OPTYPE |
ParameterField.optype |
protected OPTYPE |
ResultField.optype |
protected OPTYPE |
OutputField.optype |
Modifier and Type | Method and Description |
---|---|
static OPTYPE |
OPTYPE.fromValue(String v) |
OPTYPE |
DefineFunction.getOptype()
Gets the value of the optype property.
|
OPTYPE |
MiningField.getOptype()
Gets the value of the optype property.
|
OPTYPE |
DataField.getOptype()
Gets the value of the optype property.
|
OPTYPE |
Target.getOptype()
Gets the value of the optype property.
|
OPTYPE |
DerivedField.getOptype()
Gets the value of the optype property.
|
OPTYPE |
ParameterField.getOptype()
Gets the value of the optype property.
|
OPTYPE |
ResultField.getOptype()
Gets the value of the optype property.
|
OPTYPE |
OutputField.getOptype()
Gets the value of the optype property.
|
static OPTYPE |
OPTYPE.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OPTYPE[] |
OPTYPE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DefineFunction.setOptype(OPTYPE value)
Sets the value of the optype property.
|
void |
MiningField.setOptype(OPTYPE value)
Sets the value of the optype property.
|
void |
DataField.setOptype(OPTYPE value)
Sets the value of the optype property.
|
void |
Target.setOptype(OPTYPE value)
Sets the value of the optype property.
|
void |
DerivedField.setOptype(OPTYPE value)
Sets the value of the optype property.
|
void |
ParameterField.setOptype(OPTYPE value)
Sets the value of the optype property.
|
void |
ResultField.setOptype(OPTYPE value)
Sets the value of the optype property.
|
void |
OutputField.setOptype(OPTYPE value)
Sets the value of the optype property.
|
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.