Uses of Interface
net.officefloor.compile.properties.Property
-
Packages that use Property Package Description net.officefloor.compile.impl.properties net.officefloor.compile.impl.structure net.officefloor.compile.properties -
-
Uses of Property in net.officefloor.compile.impl.properties
Classes in net.officefloor.compile.impl.properties that implement Property Modifier and Type Class Description class
PropertyImpl
Property
implementation.Methods in net.officefloor.compile.impl.properties that return Property Modifier and Type Method Description Property
PropertyListImpl. addProperty(java.lang.String name)
Property
PropertyListImpl. addProperty(java.lang.String name, java.lang.String label)
Property
PropertyListImpl. getOrAddProperty(java.lang.String name)
Property
PropertyListImpl. getProperty(java.lang.String name)
Methods in net.officefloor.compile.impl.properties that return types with arguments of type Property Modifier and Type Method Description java.util.Iterator<Property>
PropertyListImpl. iterator()
Methods in net.officefloor.compile.impl.properties with parameters of type Property Modifier and Type Method Description void
PropertyListImpl. removeProperty(Property property)
Method parameters in net.officefloor.compile.impl.properties with type arguments of type Property Modifier and Type Method Description void
PropertyListImpl. sort(java.util.Comparator<? super Property> comparator)
-
Uses of Property in net.officefloor.compile.impl.structure
Constructors in net.officefloor.compile.impl.structure with parameters of type Property Constructor Description PropertyNode(Property property)
Instantiate from aProperty
. -
Uses of Property in net.officefloor.compile.properties
Methods in net.officefloor.compile.properties that return Property Modifier and Type Method Description Property
PropertyList. addProperty(java.lang.String name)
Appends aProperty
to thisPropertyList
.Property
PropertyList. addProperty(java.lang.String name, java.lang.String label)
Appends aProperty
to thisPropertyList
.Property
PropertyList. getOrAddProperty(java.lang.String name)
Property
PropertyList. getProperty(java.lang.String name)
Obtains the firstProperty
by the input name.Methods in net.officefloor.compile.properties with parameters of type Property Modifier and Type Method Description void
PropertyList. removeProperty(Property property)
Removes theProperty
from thisPropertyList
.Method parameters in net.officefloor.compile.properties with type arguments of type Property Modifier and Type Method Description void
PropertyList. sort(java.util.Comparator<? super Property> comparator)
Enable sorting theProperty
instances within thisPropertyList
.
-