Module org.refcodes.properties
Package org.refcodes.properties
Interface PropertiesNotationAccessor.PropertiesNotationProperty
- All Superinterfaces:
PropertiesNotationAccessor,PropertiesNotationAccessor.PropertiesNotationMutator
- Enclosing interface:
- PropertiesNotationAccessor
public static interface PropertiesNotationAccessor.PropertiesNotationProperty
extends PropertiesNotationAccessor, PropertiesNotationAccessor.PropertiesNotationMutator
Provides a
PropertiesNotation property.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.refcodes.properties.PropertiesNotationAccessor
PropertiesNotationAccessor.PropertiesNotationBuilder<B extends PropertiesNotationAccessor.PropertiesNotationBuilder<B>>, PropertiesNotationAccessor.PropertiesNotationMutator, PropertiesNotationAccessor.PropertiesNotationProperty -
Method Summary
Modifier and TypeMethodDescriptiondefault PropertiesNotationletPropertiesNotation(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).Methods inherited from interface org.refcodes.properties.PropertiesNotationAccessor
getPropertiesNotationMethods inherited from interface org.refcodes.properties.PropertiesNotationAccessor.PropertiesNotationMutator
setPropertiesNotation
-
Method Details
-
letPropertiesNotation
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).- Parameters:
aPropertiesNotation- ThePropertiesNotationto set (viaPropertiesNotationAccessor.PropertiesNotationMutator.setPropertiesNotation(PropertiesNotation)).- Returns:
- Returns the value passed for it to be used in conclusive processing steps.
-