StructuralMetadata.EnumType

Inheritance: java.lang.Object

public static class StructuralMetadata.EnumType

The enum type definition

Constructors

ConstructorDescription
EnumType(String name, ArrayList<StructuralMetadata.EnumValue> values)The constructor of the enum type

Methods

MethodDescription
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:

ParameterTypeDescription
namejava.lang.StringThe name of the enum type
valuesjava.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:

ParameterTypeDescription
namejava.lang.String
valueint

Returns: EnumValue

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.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:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int