Package | Description |
---|---|
com.eteks.sweethome3d.model |
Describes model classes of Sweet Home 3D.
|
Modifier and Type | Method and Description |
---|---|
ObjectProperty.Type |
ObjectProperty.getType()
Returns the type of this property.
|
static ObjectProperty.Type |
ObjectProperty.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ObjectProperty.Type[] |
ObjectProperty.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ObjectProperty(java.lang.String name,
ObjectProperty.Type type) |
ObjectProperty(java.lang.String name,
ObjectProperty.Type type,
boolean displayable,
boolean modifiable,
boolean exportable) |
ObjectProperty(java.lang.String name,
java.lang.String displayedName,
ObjectProperty.Type type,
boolean displayable,
boolean modifiable,
boolean exportable) |
© Copyright 2024 Space Mushrooms
Distributed under GNU General Public License