-
- All Known Subinterfaces:
ClassStructMap,ClassStructMap.ClassStructMapBuilder,ClassStructMap.MutableClassStructMap,TypeModeAccessor.TypeModeProperty
- All Known Implementing Classes:
ClassStructMapBuilderImpl,ClassStructMapImpl
public interface TypeModeAccessorProvides an accessor for a type mode property.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceTypeModeAccessor.TypeModeBuilder<B extends TypeModeAccessor.TypeModeBuilder<B>>Provides a builder method for a type mode property returning the builder for applying multiple build operations.static interfaceTypeModeAccessor.TypeModeMutatorProvides a mutator for a type mode property.static interfaceTypeModeAccessor.TypeModePropertyProvides a type mode property.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SimpleTypegetTypeMode()Retrieves the type mode from the type mode property.
-
-
-
Method Detail
-
getTypeMode
SimpleType getTypeMode()
Retrieves the type mode from the type mode property.- Returns:
- The type mode stored by the type mode property.
-
-