Package nz.org.riskscape.wizard
Class ExpressionHelper.AttributeMetadata
java.lang.Object
nz.org.riskscape.wizard.ExpressionHelper.AttributeMetadata
- Enclosing class:
- ExpressionHelper
Represents an attribute (member) of the context struct that could be referenced in an expression.
-
Constructor Summary
ConstructorDescriptionAttributeMetadata
(List<nz.org.riskscape.engine.types.Struct.StructMember> memberHierarchy) -
Method Summary
-
Constructor Details
-
AttributeMetadata
-
-
Method Details
-
getName
- Returns:
- the short-form version of the attribute name, e.g. 'geom'
-
getFullyQualifiedName
- Returns:
- the qualified path to the attribute, e.g. 'hazards.sampled.geom'
-
getType
public nz.org.riskscape.engine.types.Type getType()- Returns:
- the
Type
of the attribute
-
equals
-
canEqual
-
hashCode
public int hashCode()
-