JHPcte
Class PcteAttributeTypeProperties
java.lang.Object
|
+--JHPcte.PcteAttributeTypeProperties
- public class PcteAttributeTypeProperties
- extends java.lang.Object
Properties if an attribute type, e.g. value type and initial value
as returned by Pcte_ws_get_attribute_type_properties.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
duplication
protected int duplication
value_type
protected int value_type
initial_value
protected PcteAttributeValue initial_value
PcteAttributeTypeProperties
protected PcteAttributeTypeProperties(int duplication,
int value_type,
PcteAttributeValue initial_value)
- PcteAttributeTypeProperties class constructor.
- Parameters:
duplication - duplication property (e.g. HPcte.PCTE_DUPLICATED)value_type - type of the attribute's value
(e.g. PcteAttributeValue.PCTE_INTEGER_ATTRIBUTE)initial_value - the attribute's initial value.
getDuplication
public int getDuplication()
getValueType
public int getValueType()
getInitialValue
public PcteAttributeValue getInitialValue()