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
|
Constructor Summary |
protected |
PcteObjectTypeProperties(int contents_type,
java.lang.String[] parents,
java.lang.String[] children)
PcteObjectTypeProperties class constructor. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
contents_type
protected int contents_type
parents
protected java.lang.String[] parents
children
protected java.lang.String[] children
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 typeschildren - Names of child types
getContentsType
public int getContentsType()
getParents
public java.lang.String[] getParents()
getChildren
public java.lang.String[] getChildren()