StructuralMetadata.ClassType
Inheritance: java.lang.Object
public static class StructuralMetadata.ClassType
Definizione della classe nei metadati
Costruttori
| Costruttore | Descrizione |
|---|---|
| ClassType(String name, String displayName, String description, ArrayList<StructuralMetadata.Property> properties) | Costruttore della definizione della classe |
Metodi
ClassType(String name, String displayName, String description, ArrayList<StructuralMetadata.Property> properties)
public ClassType(String name, String displayName, String description, ArrayList<StructuralMetadata.Property> properties)
Costruttore della definizione della classe
Parameters:
| Parametro | Tipo | Descrizione |
|---|---|---|
| nome | java.lang.String | Il nome univoco della classe |
| displayName | java.lang.String | Il nome della classe, usato dall’interfaccia utente per la rappresentazione |
| description | java.lang.String | La descrizione della classe |
| proprietà | java.util.ArrayList<com.aspose.threed.StructuralMetadata.Property> | Le proprietà definite in questa classe |
addProperty(StructuralMetadata.Property property)
public void addProperty(StructuralMetadata.Property property)
Aggiungi una proprietà specificata a questa classe
Parameters:
| Parametro | Tipo | Descrizione |
|---|---|---|
| property | Property |
addProperty(String name, StructuralMetadata.EnumType type, boolean array)
public StructuralMetadata.Property addProperty(String name, StructuralMetadata.EnumType type, boolean array)
Parameters:
| Parametro | Tipo | Descrizione |
|---|---|---|
| nome | java.lang.String | |
| type | EnumType | |
| array | 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:
| Parametro | Tipo | Descrizione |
|---|---|---|
| nome | java.lang.String | |
| type | EnumType | |
| array | boolean | |
| conteggio | java.lang.Integer |
Returns: Property
addProperty(String name, Class type)
public StructuralMetadata.Property addProperty(String name, Class<?> type)
Aggiungi una nuova proprietà con tipo specificato
Parameters:
| Parametro | Tipo | Descrizione |
|---|---|---|
| nome | java.lang.String | Nome della proprietà |
| type | java.lang.Class | Tipo di dati della proprietà |
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:
| Parametro | Tipo | Descrizione |
|---|---|---|
| nome | java.lang.String | |
| displayName | java.lang.String | |
| description | java.lang.String | |
| type | EnumType | |
| array | 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:
| Parametro | Tipo | Descrizione |
|---|---|---|
| nome | java.lang.String | |
| displayName | java.lang.String | |
| description | java.lang.String | |
| type | EnumType | |
| array | boolean | |
| conteggio | 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:
| Parametro | Tipo | Descrizione |
|---|---|---|
| nome | 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:
| Parametro | Tipo | Descrizione |
|---|---|---|
| nome | 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:
| Parametro | Tipo | Descrizione |
|---|---|---|
| nome | java.lang.String | |
| displayName | java.lang.String | |
| description | java.lang.String | |
| type | java.lang.Class | |
| normalized | boolean | |
| conteggio | java.lang.Integer |
Returns: Property
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parametro | Tipo | Descrizione |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getDescription()
public String getDescription()
La descrizione della classe
Returns: java.lang.String - La descrizione della classe
getDisplayName()
public String getDisplayName()
Il nome della classe, usato dall’interfaccia utente per la rappresentazione
Returns: java.lang.String - Il nome della classe, usato dall’interfaccia utente per la rappresentazione
getName()
public String getName()
Il nome univoco della classe
Returns: java.lang.String - Il nome univoco della classe
getProperties()
public List<StructuralMetadata.Property> getProperties()
Le proprietà definite in questa classe.
Returns: java.util.List<com.aspose.threed.StructuralMetadata.Property> - Le proprietà definite in questa classe.
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 descrizione della classe
Parameters:
| Parametro | Tipo | Descrizione |
|---|---|---|
| valore | java.lang.String | Nuovo valore |
setDisplayName(String value)
public void setDisplayName(String value)
Il nome della classe, usato dall’interfaccia utente per la rappresentazione
Parameters:
| Parametro | Tipo | Descrizione |
|---|---|---|
| valore | java.lang.String | Nuovo valore |
toString()
public String toString()
Ottiene la rappresentazione stringa di questa istanza.
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final void wait(long arg0)
Parameters:
| Parametro | Tipo | Descrizione |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Parametro | Tipo | Descrizione |
|---|---|---|
| arg0 | long | |
| arg1 | int |