Package org.cristalise.kernel.property
Class PropertyDescription
java.lang.Object
org.cristalise.kernel.property.PropertyDescription
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanInstantiates a new Property from this definitionbooleanTransitive Properties are converted to VertexProperties.voidsetIsClassIdentifier(boolean flag) voidsetIsMutable(boolean mutable)
-
Constructor Details
-
PropertyDescription
public PropertyDescription()
-
-
Method Details
-
isTransitive
public boolean isTransitive()Transitive Properties are converted to VertexProperties. ClassIdentifiers are Transitive as well- Returns:
- if the PropertyDesc is transitive or not
-
setIsClassIdentifier
public void setIsClassIdentifier(boolean flag) -
setIsMutable
public void setIsMutable(boolean mutable) -
getIsClassIdentifier
public boolean getIsClassIdentifier() -
getIsMutable
public boolean getIsMutable() -
getProperty
Instantiates a new Property from this definition- Returns:
- the newly created Property
-