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.


Field Summary
protected  int duplication
           
protected  PcteAttributeValue initial_value
           
protected  int value_type
           
 
Constructor Summary
protected PcteAttributeTypeProperties(int duplication, int value_type, PcteAttributeValue initial_value)
          PcteAttributeTypeProperties class constructor.
 
Method Summary
 int getDuplication()
           
 PcteAttributeValue getInitialValue()
           
 int getValueType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

duplication

protected int duplication

value_type

protected int value_type

initial_value

protected PcteAttributeValue initial_value
Constructor Detail

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.
Method Detail

getDuplication

public int getDuplication()

getValueType

public int getValueType()

getInitialValue

public PcteAttributeValue getInitialValue()