JHPcte
Class PcteObjectTypeProperties

java.lang.Object
  |
  +--JHPcte.PcteObjectTypeProperties

public class PcteObjectTypeProperties
extends java.lang.Object

Properties of a link type, e.g. type names of parent/child objects


Field Summary
protected  java.lang.String[] children
           
protected  int contents_type
           
protected  java.lang.String[] parents
           
 
Constructor Summary
protected PcteObjectTypeProperties(int contents_type, java.lang.String[] parents, java.lang.String[] children)
          PcteObjectTypeProperties class constructor.
 
Method Summary
 java.lang.String[] getChildren()
           
 int getContentsType()
           
 java.lang.String[] getParents()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

contents_type

protected int contents_type

parents

protected java.lang.String[] parents

children

protected java.lang.String[] children
Constructor Detail

PcteObjectTypeProperties

protected PcteObjectTypeProperties(int contents_type,
                                   java.lang.String[] parents,
                                   java.lang.String[] children)
PcteObjectTypeProperties class constructor.
Parameters:
contents_type - type of object contents (e.g. HPcte.PCTE_NO_CONTENTS)
parents - Names of parent types
children - Names of child types
Method Detail

getContentsType

public int getContentsType()

getParents

public java.lang.String[] getParents()

getChildren

public java.lang.String[] getChildren()