StructuralMetadata.ClassType
Inheritance: java.lang.Object
public static class StructuralMetadata.ClassType
Definición de clase en metadatos
Constructores
| Constructor | Descripción |
|---|---|
| ClassType(String name, String displayName, String description, ArrayList<StructuralMetadata.Property> properties) | Constructor de la definición de la clase |
Métodos
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ámetro | Tipo | Descripción |
|---|---|---|
| nombre | java.lang.String | El nombre único de la clase |
| displayName | java.lang.String | El nombre de la clase, utilizado por la UI para su representación |
| description | java.lang.String | La descripción de la clase |
| propiedades | java.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ámetro | Tipo | Descripción |
|---|---|---|
| property | Property |
addProperty(String name, StructuralMetadata.EnumType type, boolean array)
public StructuralMetadata.Property addProperty(String name, StructuralMetadata.EnumType type, boolean array)
Parameters:
| Parámetro | Tipo | Descripción |
|---|---|---|
| nombre | java.lang.String | |
| type | EnumType | |
| matriz | boolean |
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ámetro | Tipo | Descripción |
|---|---|---|
| nombre | java.lang.String | |
| type | EnumType | |
| matriz | boolean | |
| conteo | java.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ámetro | Tipo | Descripción |
|---|---|---|
| nombre | java.lang.String | Nombre de la propiedad |
| type | java.lang.Class | Tipo 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ámetro | Tipo | Descripción |
|---|---|---|
| nombre | java.lang.String | |
| displayName | java.lang.String | |
| description | java.lang.String | |
| type | EnumType | |
| matriz | boolean |
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ámetro | Tipo | Descripción |
|---|---|---|
| nombre | java.lang.String | |
| displayName | java.lang.String | |
| description | java.lang.String | |
| type | EnumType | |
| matriz | boolean | |
| conteo | java.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ámetro | Tipo | Descripción |
|---|---|---|
| nombre | java.lang.String | |
| displayName | java.lang.String | |
| description | java.lang.String | |
| type | java.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ámetro | Tipo | Descripción |
|---|---|---|
| nombre | java.lang.String | |
| displayName | java.lang.String | |
| description | java.lang.String | |
| type | java.lang.Class | |
| normalized | boolean |
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ámetro | Tipo | Descripción |
|---|---|---|
| nombre | java.lang.String | |
| displayName | java.lang.String | |
| description | java.lang.String | |
| type | java.lang.Class | |
| normalized | boolean | |
| conteo | java.lang.Integer |
Returns: Property
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parámetro | Tipo | Descripción |
|---|---|---|
| arg0 | java.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ámetro | Tipo | Descripción |
|---|---|---|
| valor | java.lang.String | Nuevo valor |
setDisplayName(String value)
public void setDisplayName(String value)
El nombre de la clase, utilizado por la UI para su representación
Parameters:
| Parámetro | Tipo | Descripción |
|---|---|---|
| valor | java.lang.String | Nuevo 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ámetro | Tipo | Descripción |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Parámetro | Tipo | Descripción |
|---|---|---|
| arg0 | long | |
| arg1 | int |