Uses of Class
net.officefloor.plugin.section.clazz.PropertyValueAnnotation
-
Packages that use PropertyValueAnnotation Package Description net.officefloor.plugin.section.clazz -
-
Uses of PropertyValueAnnotation in net.officefloor.plugin.section.clazz
Methods in net.officefloor.plugin.section.clazz that return PropertyValueAnnotation Modifier and Type Method Description PropertyValueAnnotation[]
SectionInterfaceAnnotation. getProperties()
Obtains thePropertyValue
instances for the section.Constructors in net.officefloor.plugin.section.clazz with parameters of type PropertyValueAnnotation Constructor Description SectionInterfaceAnnotation(java.lang.String flowName, int flowIndex, boolean isSpawn, java.lang.Class<?> parameterType, boolean isFlowCallback, java.lang.String sectionName, java.lang.Class<? extends SectionSource> source, java.lang.String location, PropertyValueAnnotation[] properties, FlowLinkAnnotation[] outputs)
Instantiate.
-