|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ptc.windchill.ws.SchemaNode
public class SchemaNode
The SchemaNode class is a bean class that defines and identifies a
single business object type supported by a Windchill server. It
provides the name of the business object type (i.e., its type
identifier), and it also lists the immediate supertypes (i.e., actual
supertype and directly implemented interfaces) of the type.
Supported API: true
Extendable: false
TypeDescription,
Serialized Form| Constructor Summary | |
|---|---|
SchemaNode()
Constructs a new SchemaNode. |
|
| Method Summary | |
|---|---|
String[] |
getAncestors()
Returns a list of ancestor's names. |
String |
getAncestors(int i)
Returns an ancestor's name by index. |
String |
getName()
Returns the name of this SchemaNode. |
void |
setAncestors(int i,
String ancestor)
Sets an ancestor's name by index. |
void |
setAncestors(String[] ancestors)
Sets the list of ancestor's names. |
void |
setName(String name)
Sets the name of this SchemaNode. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SchemaNode()
| Method Detail |
|---|
public String getName()
public void setName(String name)
public String[] getAncestors()
public void setAncestors(String[] ancestors)
ancestors - The new ancestors.public String getAncestors(int i)
i - The index.
public void setAncestors(int i,
String ancestor)
i - The index.ancestor - The ancestor name.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||