PlyType |
Descriptor.getPropertySizeType(int elementTypeIndex,
int propertyIndex) |
Returns the size type of the specified property, or null if
the specified property is not a list property.
|
PlyType |
ElementDescriptor.getPropertySizeType(int propertyIndex) |
Returns the size type of the specified property, or null if
the specified property is not a list property.
|
PlyType |
Descriptor.getPropertyType(int elementTypeIndex,
int propertyIndex) |
Returns the type of the specified property
|
PlyType |
ElementDescriptor.getPropertyType(int propertyIndex) |
Returns the type of the specified property
|
PlyType |
PropertyDescriptor.getSizeType() |
Returns the type of the list size, or null if this is not a
list property.
|
PlyType |
PropertyDescriptor.getType() |
Returns the type of the property
|
static PlyType |
PlyType.valueFor(String s) |
Returns the type that corresponds to the given string.
|
static PlyType |
PlyType.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static PlyType[] |
PlyType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|