Uses of Enum Class
org.refcodes.properties.PropertiesNotation
-
Uses of PropertiesNotation in org.refcodes.properties
Methods in org.refcodes.properties that return PropertiesNotationModifier and TypeMethodDescriptionPropertiesNotationAccessor.getPropertiesNotation()Retrieves the properties notation from thePropertiesNotationproperty.default PropertiesNotationPropertiesNotationAccessor.PropertiesNotationProperty.letPropertiesNotation(PropertiesNotation aPropertiesNotation) This method stores and passes through the given argument, which is very useful for builder APIs: Sets the givenPropertiesNotation(setter) as ofPropertiesNotationAccessor.PropertiesNotationMutator.setPropertiesNotation(PropertiesNotation)and returns the very same value (getter).static PropertiesNotationReturns the enum constant of this class with the specified name.static PropertiesNotation[]PropertiesNotation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.refcodes.properties with parameters of type PropertiesNotationModifier and TypeMethodDescriptiondefault PropertiesNotationPropertiesNotationAccessor.PropertiesNotationProperty.letPropertiesNotation(PropertiesNotation aPropertiesNotation) This method stores and passes through the given argument, which is very useful for builder APIs: Sets the givenPropertiesNotation(setter) as ofPropertiesNotationAccessor.PropertiesNotationMutator.setPropertiesNotation(PropertiesNotation)and returns the very same value (getter).voidPropertiesNotationAccessor.PropertiesNotationMutator.setPropertiesNotation(PropertiesNotation aPropertiesNotation) Sets the properties notation for thePropertiesNotationproperty.PropertiesNotationAccessor.PropertiesNotationBuilder.withPropertiesNotation(PropertiesNotation aPropertiesNotation) Sets the properties notation for thePropertiesNotationproperty.