StructuralMetadata.EnumType
Contents
[
Hide
]Inheritance: java.lang.Object
public static class StructuralMetadata.EnumType
The enum type definition
Constructors
| Constructor | Description |
|---|---|
| EnumType(String name, ArrayList<StructuralMetadata.EnumValue> values) | The constructor of the enum type |
Methods
| Method | Description |
|---|---|
| addValue(String name, int value) | Add a new EnumValue instance with specified name and value |
| equals(Object arg0) | |
| getClass() | |
| getName() | The name of the enum type |
| getValues() | The values of the enum type |
| hashCode() | |
| notify() | |
| notifyAll() | |
| toString() | Gets the string representation of this instance. |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
EnumType(String name, ArrayList<StructuralMetadata.EnumValue> values)
public EnumType(String name, ArrayList<StructuralMetadata.EnumValue> values)
The constructor of the enum type
Parameters:
| Parameter | Type | Description |
|---|---|---|
| name | java.lang.String | The name of the enum type |
| values | java.util.ArrayList<com.aspose.threed.StructuralMetadata.EnumValue> | The values definition |
addValue(String name, int value)
public StructuralMetadata.EnumValue addValue(String name, int value)
Add a new EnumValue instance with specified name and value
Parameters:
| Parameter | Type | Description |
|---|---|---|
| name | java.lang.String | |
| value | int |
Returns: EnumValue
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getName()
public String getName()
The name of the enum type
Returns: java.lang.String - The name of the enum type
getValues()
public List<StructuralMetadata.EnumValue> getValues()
The values of the enum type
Returns: java.util.List<com.aspose.threed.StructuralMetadata.EnumValue> - The values of the enum type
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
toString()
public String toString()
Gets the string representation of this instance.
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final void wait(long arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long | |
| arg1 | int |