Uses of Enum Class
org.tquadrat.foundation.config.ap.PropertySpec.PropertyFlag
Packages that use PropertySpec.PropertyFlag
Package
Description
This is the Annotation Processor for the module
org.tquadrat.foundation.config
.The internal implementations.
The implementations for
SpecialPropertySpec
.-
Uses of PropertySpec.PropertyFlag in org.tquadrat.foundation.config.ap
Methods in org.tquadrat.foundation.config.ap that return PropertySpec.PropertyFlagModifier and TypeMethodDescriptionstatic PropertySpec.PropertyFlag
Returns the enum constant of this class with the specified name.static PropertySpec.PropertyFlag[]
PropertySpec.PropertyFlag.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.tquadrat.foundation.config.ap with parameters of type PropertySpec.PropertyFlagModifier and TypeMethodDescriptionboolean
PropertySpec.hasFlag
(PropertySpec.PropertyFlag flag) Checks whether the given flag is set for this property. -
Uses of PropertySpec.PropertyFlag in org.tquadrat.foundation.config.ap.impl
Fields in org.tquadrat.foundation.config.ap.impl with type parameters of type PropertySpec.PropertyFlagModifier and TypeFieldDescriptionprivate final EnumSet
<PropertySpec.PropertyFlag> PropertySpecImpl.m_PropertyFlags
The property flags.Methods in org.tquadrat.foundation.config.ap.impl that return types with arguments of type PropertySpec.PropertyFlagModifier and TypeMethodDescriptionSpecialPropertySpec.getAllFlags()
Returns all the flags that were set for this special property specification.Methods in org.tquadrat.foundation.config.ap.impl with parameters of type PropertySpec.PropertyFlagModifier and TypeMethodDescriptionfinal boolean
PropertySpecImpl.hasFlag
(PropertySpec.PropertyFlag flag) Checks whether the given flag is set for this property.final void
PropertySpecImpl.setFlag
(PropertySpec.PropertyFlag... flag) Sets the given flags to the property. -
Uses of PropertySpec.PropertyFlag in org.tquadrat.foundation.config.ap.impl.specialprops
Fields in org.tquadrat.foundation.config.ap.impl.specialprops with type parameters of type PropertySpec.PropertyFlagModifier and TypeFieldDescriptionprivate final Set
<PropertySpec.PropertyFlag> SpecialPropertySpecBase.m_PropertyFlags
The property flags.Methods in org.tquadrat.foundation.config.ap.impl.specialprops that return types with arguments of type PropertySpec.PropertyFlagModifier and TypeMethodDescriptionfinal EnumSet
<PropertySpec.PropertyFlag> SpecialPropertySpecBase.getAllFlags()
Returns all the flags that were set for this special property specification.Methods in org.tquadrat.foundation.config.ap.impl.specialprops with parameters of type PropertySpec.PropertyFlagModifier and TypeMethodDescriptionfinal boolean
SpecialPropertySpecBase.hasFlag
(PropertySpec.PropertyFlag flag) Checks whether the given flag is set for this property.Constructors in org.tquadrat.foundation.config.ap.impl.specialprops with parameters of type PropertySpec.PropertyFlagModifierConstructorDescriptionprotected
SpecialPropertySpecBase
(SpecialPropertyType type, PropertySpec.PropertyFlag... flags) Creates a new instance ofSpecialPropertySpecBase
.