StructuralMetadata.ClassType

Inheritance: java.lang.Object

public static class StructuralMetadata.ClassType

Définition de classe dans les métadonnées

Constructeurs

ConstructeurDescription
ClassType(String name, String displayName, String description, ArrayList<StructuralMetadata.Property> properties)Constructeur de la définition de classe

Méthodes

MéthodeDescription
addProperty(StructuralMetadata.Property property)Ajouter une propriété spécifiée à cette classe
addProperty(String name, StructuralMetadata.EnumType type, boolean array)
addProperty(String name, StructuralMetadata.EnumType type, boolean array, Integer count)
addProperty(String name, Class type)Ajouter une nouvelle propriété avec le type spécifié
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 description de la classe
getDisplayName()Le nom de la classe, utilisé par l’interface utilisateur pour la représentation
getName()Le nom unique de la classe
getProperties()Les propriétés définies dans cette classe.
hashCode()
notify()
notifyAll()
setDescription(String value)La description de la classe
setDisplayName(String value)Le nom de la classe, utilisé par l’interface utilisateur pour la représentation
toString()Obtient la représentation sous forme de chaîne de cette instance.
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)

Constructeur de la définition de classe

Parameters:

ParamètreTypeDescription
nomjava.lang.StringLe nom unique de la classe
displayNamejava.lang.StringLe nom de la classe, utilisé par l’interface utilisateur pour la représentation
descriptionjava.lang.StringLa description de la classe
propriétésjava.util.ArrayList<com.aspose.threed.StructuralMetadata.Property>Les propriétés définies dans cette classe

addProperty(StructuralMetadata.Property property)

public void addProperty(StructuralMetadata.Property property)

Ajouter une propriété spécifiée à cette classe

Parameters:

ParamètreTypeDescription
propertyProperty

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

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

Parameters:

ParamètreTypeDescription
nomjava.lang.String
typeEnumType
tableauboolean

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:

ParamètreTypeDescription
nomjava.lang.String
typeEnumType
tableauboolean
nombrejava.lang.Integer

Returns: Property

addProperty(String name, Class type)

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

Ajouter une nouvelle propriété avec le type spécifié

Parameters:

ParamètreTypeDescription
nomjava.lang.StringNom de la propriété
typejava.lang.ClassType de données de la propriété

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:

ParamètreTypeDescription
nomjava.lang.String
displayNamejava.lang.String
descriptionjava.lang.String
typeEnumType
tableauboolean

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:

ParamètreTypeDescription
nomjava.lang.String
displayNamejava.lang.String
descriptionjava.lang.String
typeEnumType
tableauboolean
nombrejava.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:

ParamètreTypeDescription
nomjava.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:

ParamètreTypeDescription
nomjava.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:

ParamètreTypeDescription
nomjava.lang.String
displayNamejava.lang.String
descriptionjava.lang.String
typejava.lang.Class
normalizedboolean
nombrejava.lang.Integer

Returns: Property

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParamètreTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getDescription()

public String getDescription()

La description de la classe

Returns: java.lang.String - La description de la classe

getDisplayName()

public String getDisplayName()

Le nom de la classe, utilisé par l’interface utilisateur pour la représentation

Returns: java.lang.String - Le nom de la classe, utilisé par l’interface utilisateur pour la représentation

getName()

public String getName()

Le nom unique de la classe

Returns: java.lang.String - Le nom unique de la classe

getProperties()

public List<StructuralMetadata.Property> getProperties()

Les propriétés définies dans cette classe.

Returns: java.util.List<com.aspose.threed.StructuralMetadata.Property> - Les propriétés définies dans cette 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 description de la classe

Parameters:

ParamètreTypeDescription
valeurjava.lang.StringNouvelle valeur

setDisplayName(String value)

public void setDisplayName(String value)

Le nom de la classe, utilisé par l’interface utilisateur pour la représentation

Parameters:

ParamètreTypeDescription
valeurjava.lang.StringNouvelle valeur

toString()

public String toString()

Obtient la représentation sous forme de chaîne de cette instance.

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final void wait(long arg0)

Parameters:

ParamètreTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParamètreTypeDescription
arg0long
arg1int