StructuralMetadata.ClassType

Inheritance: java.lang.Object

public static class StructuralMetadata.ClassType

Definición de clase en metadatos

Constructores

ConstructorDescripción
ClassType(String name, String displayName, String description, ArrayList<StructuralMetadata.Property> properties)Constructor de la definición de la clase

Métodos

MétodoDescripción
addProperty(StructuralMetadata.Property property)Agregar una propiedad especificada a esta clase
addProperty(String name, StructuralMetadata.EnumType type, boolean array)
addProperty(String name, StructuralMetadata.EnumType type, boolean array, Integer count)
addProperty(String name, Class type)Agregar una nueva propiedad con tipo especificado
addProperty(String name, String displayName, String description, StructuralMetadata.EnumType type, boolean array)
addProperty(String name, String displayName, String description, StructuralMetadata.EnumType type, boolean array, Integer count)
addProperty(String name, String displayName, String description, Class type)
addProperty(String name, String displayName, String description, Class type, boolean normalized)
addProperty(String name, String displayName, String description, Class type, boolean normalized, Integer count)
equals(Object arg0)
getClass()
getDescription()La descripción de la clase
getDisplayName()El nombre de la clase, utilizado por la UI para su representación
getName()El nombre único de la clase
getProperties()Las propiedades definidas en esta clase.
hashCode()
notify()
notifyAll()
setDescription(String value)La descripción de la clase
setDisplayName(String value)El nombre de la clase, utilizado por la UI para su representación
toString()Obtiene la representación en cadena de esta instancia.
wait()
wait(long arg0)
wait(long arg0, int arg1)

ClassType(String name, String displayName, String description, ArrayList<StructuralMetadata.Property> properties)

public ClassType(String name, String displayName, String description, ArrayList<StructuralMetadata.Property> properties)

Constructor de la definición de la clase

Parameters:

ParámetroTipoDescripción
nombrejava.lang.StringEl nombre único de la clase
displayNamejava.lang.StringEl nombre de la clase, utilizado por la UI para su representación
descriptionjava.lang.StringLa descripción de la clase
propiedadesjava.util.ArrayList<com.aspose.threed.StructuralMetadata.Property>Las propiedades definidas en esta clase

addProperty(StructuralMetadata.Property property)

public void addProperty(StructuralMetadata.Property property)

Agregar una propiedad especificada a esta clase

Parameters:

ParámetroTipoDescripción
propertyProperty

addProperty(String name, StructuralMetadata.EnumType type, boolean array)

public StructuralMetadata.Property addProperty(String name, StructuralMetadata.EnumType type, boolean array)

Parameters:

ParámetroTipoDescripción
nombrejava.lang.String
typeEnumType
matrizboolean

Returns: Property

addProperty(String name, StructuralMetadata.EnumType type, boolean array, Integer count)

public StructuralMetadata.Property addProperty(String name, StructuralMetadata.EnumType type, boolean array, Integer count)

Parameters:

ParámetroTipoDescripción
nombrejava.lang.String
typeEnumType
matrizboolean
conteojava.lang.Integer

Returns: Property

addProperty(String name, Class type)

public StructuralMetadata.Property addProperty(String name, Class<?> type)

Agregar una nueva propiedad con tipo especificado

Parameters:

ParámetroTipoDescripción
nombrejava.lang.StringNombre de la propiedad
typejava.lang.ClassTipo de datos de la propiedad

Returns: Property

addProperty(String name, String displayName, String description, StructuralMetadata.EnumType type, boolean array)

public StructuralMetadata.Property addProperty(String name, String displayName, String description, StructuralMetadata.EnumType type, boolean array)

Parameters:

ParámetroTipoDescripción
nombrejava.lang.String
displayNamejava.lang.String
descriptionjava.lang.String
typeEnumType
matrizboolean

Returns: Property

addProperty(String name, String displayName, String description, StructuralMetadata.EnumType type, boolean array, Integer count)

public StructuralMetadata.Property addProperty(String name, String displayName, String description, StructuralMetadata.EnumType type, boolean array, Integer count)

Parameters:

ParámetroTipoDescripción
nombrejava.lang.String
displayNamejava.lang.String
descriptionjava.lang.String
typeEnumType
matrizboolean
conteojava.lang.Integer

Returns: Property

addProperty(String name, String displayName, String description, Class type)

public StructuralMetadata.Property addProperty(String name, String displayName, String description, Class<?> type)

Parameters:

ParámetroTipoDescripción
nombrejava.lang.String
displayNamejava.lang.String
descriptionjava.lang.String
typejava.lang.Class

Returns: Property

addProperty(String name, String displayName, String description, Class type, boolean normalized)

public StructuralMetadata.Property addProperty(String name, String displayName, String description, Class<?> type, boolean normalized)

Parameters:

ParámetroTipoDescripción
nombrejava.lang.String
displayNamejava.lang.String
descriptionjava.lang.String
typejava.lang.Class
normalizedboolean

Returns: Property

addProperty(String name, String displayName, String description, Class type, boolean normalized, Integer count)

public StructuralMetadata.Property addProperty(String name, String displayName, String description, Class<?> type, boolean normalized, Integer count)

Parameters:

ParámetroTipoDescripción
nombrejava.lang.String
displayNamejava.lang.String
descriptionjava.lang.String
typejava.lang.Class
normalizedboolean
conteojava.lang.Integer

Returns: Property

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParámetroTipoDescripción
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getDescription()

public String getDescription()

La descripción de la clase

Returns: java.lang.String - La descripción de la clase

getDisplayName()

public String getDisplayName()

El nombre de la clase, utilizado por la UI para su representación

Returns: java.lang.String - El nombre de la clase, utilizado por la UI para su representación

getName()

public String getName()

El nombre único de la clase

Returns: java.lang.String - El nombre único de la clase

getProperties()

public List<StructuralMetadata.Property> getProperties()

Las propiedades definidas en esta clase.

Returns: java.util.List<com.aspose.threed.StructuralMetadata.Property> - Las propiedades definidas en esta clase.

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setDescription(String value)

public void setDescription(String value)

La descripción de la clase

Parameters:

ParámetroTipoDescripción
valorjava.lang.StringNuevo valor

setDisplayName(String value)

public void setDisplayName(String value)

El nombre de la clase, utilizado por la UI para su representación

Parameters:

ParámetroTipoDescripción
valorjava.lang.StringNuevo valor

toString()

public String toString()

Obtiene la representación en cadena de esta instancia.

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final void wait(long arg0)

Parameters:

ParámetroTipoDescripción
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParámetroTipoDescripción
arg0long
arg1int