|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ptc.windchill.ws.TypeDescription
public class TypeDescription
The TypeDescription class is a bean class that describes the
detailed characteristics of a business object type. It identifies
the name of the type, the names of the type's supertypes, and the
names and characteristics of all properties supported by the type.
Supported API: true
Extendable: false
SchemaNode,
Serialized Form| Constructor Summary | |
|---|---|
TypeDescription()
Constructs a new TypeDescription. |
|
| Method Summary | |
|---|---|
PropertyDescription[] |
getProperties()
Returnsa list of PropertyDescriptions supported by this type. |
PropertyDescription |
getProperties(int i)
Returns a PropertyDescription by index. |
SchemaNode |
getType()
Returns the SchemaNode representing this type. |
void |
setProperties(int i,
PropertyDescription property)
Sets a PropertyDescription by index. |
void |
setProperties(PropertyDescription[] properties)
Sets the PropertyDescriptions supported by this type. |
void |
setType(SchemaNode type)
Sets the SchemaNode representing this type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TypeDescription()
| Method Detail |
|---|
public SchemaNode getType()
public void setType(SchemaNode type)
type - The new SchemaNode.public PropertyDescription[] getProperties()
public void setProperties(PropertyDescription[] properties)
properties - The new PropertyDescriptions.public PropertyDescription getProperties(int i)
i - The index.
public void setProperties(int i,
PropertyDescription property)
i - The index.property - The new PropertyDescription.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||