T
- type of propertypublic interface Property<T>
Component
.
Allows to get the name, value, and check if the Property contains a value.
This class corresponds to IfcProperty in IFC specifications.Modifier and Type | Method and Description |
---|---|
boolean |
containsValue()
Returns true if the property contains a value.
|
String |
getName()
Returns the name of this property.
|
Optional<T> |
getValue()
Returns an optional of the value of this property.
|
String |
getValueAsString()
Returns the value of the property as string.
|
String getName()
Optional<T> getValue()
String getValueAsString()
boolean containsValue()
Copyright © 2019 Solibri, Inc.. All rights reserved.