Package org.refcodes.mixin
Interface InstanceIdAccessor.InstanceIdBuilder<B extends InstanceIdAccessor.InstanceIdBuilder<B>>
-
- Enclosing interface:
- InstanceIdAccessor
public static interface InstanceIdAccessor.InstanceIdBuilder<B extends InstanceIdAccessor.InstanceIdBuilder<B>>Provides a builder for a instance ID property.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BwithInstanceId(java.lang.String aInstanceId)Sets the instance ID for the instance ID property.
-
-
-
Method Detail
-
withInstanceId
B withInstanceId(java.lang.String aInstanceId)
Sets the instance ID for the instance ID property.- Parameters:
aInstanceId- The instance ID to be stored by the instance ID property.- Returns:
- The builder as of the builder pattern.
-
-