StructuralMetadata.ClassType

Inheritance: java.lang.Object

public static class StructuralMetadata.ClassType

Definizione della classe nei metadati

Costruttori

CostruttoreDescrizione
ClassType(String name, String displayName, String description, ArrayList<StructuralMetadata.Property> properties)Costruttore della definizione della classe

Metodi

MetodoDescrizione
addProperty(StructuralMetadata.Property property)Aggiungi una proprietà specificata a questa classe
addProperty(String name, StructuralMetadata.EnumType type, boolean array)
addProperty(String name, StructuralMetadata.EnumType type, boolean array, Integer count)
addProperty(String name, Class type)Aggiungi una nuova proprietà con tipo specificato
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 descrizione della classe
getDisplayName()Il nome della classe, usato dall’interfaccia utente per la rappresentazione
getName()Il nome univoco della classe
getProperties()Le proprietà definite in questa classe.
hashCode()
notify()
notifyAll()
setDescription(String value)La descrizione della classe
setDisplayName(String value)Il nome della classe, usato dall’interfaccia utente per la rappresentazione
toString()Ottiene la rappresentazione stringa di questa istanza.
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)

Costruttore della definizione della classe

Parameters:

ParametroTipoDescrizione
nomejava.lang.StringIl nome univoco della classe
displayNamejava.lang.StringIl nome della classe, usato dall’interfaccia utente per la rappresentazione
descriptionjava.lang.StringLa 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:

ParametroTipoDescrizione
propertyProperty

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

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

Parameters:

ParametroTipoDescrizione
nomejava.lang.String
typeEnumType
arrayboolean

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:

ParametroTipoDescrizione
nomejava.lang.String
typeEnumType
arrayboolean
conteggiojava.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:

ParametroTipoDescrizione
nomejava.lang.StringNome della proprietà
typejava.lang.ClassTipo 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:

ParametroTipoDescrizione
nomejava.lang.String
displayNamejava.lang.String
descriptionjava.lang.String
typeEnumType
arrayboolean

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:

ParametroTipoDescrizione
nomejava.lang.String
displayNamejava.lang.String
descriptionjava.lang.String
typeEnumType
arrayboolean
conteggiojava.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:

ParametroTipoDescrizione
nomejava.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:

ParametroTipoDescrizione
nomejava.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:

ParametroTipoDescrizione
nomejava.lang.String
displayNamejava.lang.String
descriptionjava.lang.String
typejava.lang.Class
normalizedboolean
conteggiojava.lang.Integer

Returns: Property

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

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

ParametroTipoDescrizione
valorejava.lang.StringNuovo valore

setDisplayName(String value)

public void setDisplayName(String value)

Il nome della classe, usato dall’interfaccia utente per la rappresentazione

Parameters:

ParametroTipoDescrizione
valorejava.lang.StringNuovo 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:

ParametroTipoDescrizione
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParametroTipoDescrizione
arg0long
arg1int