Uses of Class
org.refcodes.struct.SimpleType
-
-
Uses of SimpleType in org.refcodes.struct
Methods in org.refcodes.struct that return SimpleType Modifier and Type Method Description SimpleTypeClassStructMapBuilderImpl. getTypeMode()Retrieves the type mode from the type mode property.SimpleTypeClassStructMapImpl. getTypeMode()Retrieves the type mode from the type mode property.SimpleTypeTypeModeAccessor. getTypeMode()Retrieves the type mode from the type mode property.default SimpleTypeTypeModeAccessor.TypeModeProperty. letTypeMode(SimpleType aTypeMode)This method stores and passes through the given argument, which is very useful for builder APIs: Sets the givenSimpleType(setter) as ofTypeModeAccessor.TypeModeMutator.setTypeMode(SimpleType)and returns the very same value (getter).static SimpleTypeSimpleType. valueOf(String name)Returns the enum constant of this type with the specified name.static SimpleType[]SimpleType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.refcodes.struct with parameters of type SimpleType Modifier and Type Method Description default SimpleTypeTypeModeAccessor.TypeModeProperty. letTypeMode(SimpleType aTypeMode)This method stores and passes through the given argument, which is very useful for builder APIs: Sets the givenSimpleType(setter) as ofTypeModeAccessor.TypeModeMutator.setTypeMode(SimpleType)and returns the very same value (getter).voidTypeModeAccessor.TypeModeMutator. setTypeMode(SimpleType aTypeMode)Sets the type mode for the type mode property.BTypeModeAccessor.TypeModeBuilder. withTypeMode(SimpleType aTypeMode)Sets the type mode for the type mode property.Constructors in org.refcodes.struct with parameters of type SimpleType Constructor Description ClassStructMapBuilderImpl(char aDelimiter, SimpleType aTypeMode)Create aClassStructMap.ClassStructMapBuilderinstance using the provided path delimiter for the path declarations.ClassStructMapBuilderImpl(Object aObj, char aDelimiter, SimpleType aTypeMode)Creates aClassStructMap.ClassStructMapBuilderinstance containing the elements as ofPathMap.MutablePathMap.insert(Object).ClassStructMapBuilderImpl(Object aObj, String aFromPath, char aDelimiter, SimpleType aTypeMode)Creates aClassStructMap.ClassStructMapBuilderinstance containing the elements as ofPathMap.MutablePathMap.insert(Object).ClassStructMapBuilderImpl(Object aObj, String aFromPath, SimpleType aTypeMode)Creates aClassStructMap.ClassStructMapBuilderinstance containing the elements as ofPathMap.MutablePathMap.insert(Object)using the default path delimiter "/" (Delimiter.PATH) for the path declarations.ClassStructMapBuilderImpl(Object aObj, SimpleType aTypeMode)Create aClassStructMap.ClassStructMapBuilderinstance containing the elements as ofPathMap.MutablePathMap.insert(Object)using the default path delimiter "/" (Delimiter.PATH) for the path declarations.ClassStructMapBuilderImpl(String aToPath, Object aObj, char aDelimiter, SimpleType aTypeMode)Creates aClassStructMap.ClassStructMapBuilderinstance containing the elements as ofPathMap.MutablePathMap.insert(Object).ClassStructMapBuilderImpl(String aToPath, Object aObj, String aFromPath, char aDelimiter, SimpleType aTypeMode)Create aClassStructMap.ClassStructMapBuilderinstance containing the elements as ofPathMap.MutablePathMap.insert(Object).ClassStructMapBuilderImpl(String aToPath, Object aObj, String aFromPath, SimpleType aTypeMode)Creates aClassStructMap.ClassStructMapBuilderinstance containing the elements as ofPathMap.MutablePathMap.insert(Object)using the default path delimiter "/" (Delimiter.PATHfor the path declarations.ClassStructMapBuilderImpl(String aToPath, Object aObj, SimpleType aTypeMode)Create aClassStructMap.ClassStructMapBuilderinstance containing the elements as ofPathMap.MutablePathMap.insert(Object)using the default path delimiter "/" (Delimiter.PATH) for the path declarations.ClassStructMapBuilderImpl(SimpleType aTypeMode)Create an emptyClassStructMap.ClassStructMapBuilderinstance using the default path delimiter "/" (Delimiter.PATH) for the path declarations.ClassStructMapImpl(char aDelimiter, SimpleType aTypeMode)Create aClassStructMapinstance using the provided path delimiter for the path declarations.ClassStructMapImpl(Object aObj, char aDelimiter, SimpleType aTypeMode)Creates aClassStructMapinstance containing the elements as ofPathMap.MutablePathMap.insert(Object).ClassStructMapImpl(Object aObj, String aFromPath, char aDelimiter, SimpleType aTypeMode)Creates aClassStructMapinstance containing the elements as ofPathMap.MutablePathMap.insert(Object).ClassStructMapImpl(Object aObj, String aFromPath, SimpleType aTypeMode)Creates aClassStructMapinstance containing the elements as ofPathMap.MutablePathMap.insert(Object)using the default path delimiter "/" (Delimiter.PATH) for the path declarations.ClassStructMapImpl(Object aObj, SimpleType aTypeMode)Create aClassStructMapinstance containing the elements as ofPathMap.MutablePathMap.insert(Object)using the default path delimiter "/" (Delimiter.PATH) for the path declarations.ClassStructMapImpl(String aToPath, Object aObj, char aDelimiter, SimpleType aTypeMode)Creates aClassStructMapinstance containing the elements as ofPathMap.MutablePathMap.insert(Object).ClassStructMapImpl(String aToPath, Object aObj, String aFromPath, char aDelimiter, SimpleType aTypeMode)Create aClassStructMapinstance containing the elements as ofPathMap.MutablePathMap.insert(Object).ClassStructMapImpl(String aToPath, Object aObj, String aFromPath, SimpleType aTypeMode)Creates aClassStructMapinstance containing the elements as ofPathMap.MutablePathMap.insert(Object)using the default path delimiter "/" (Delimiter.PATHfor the path declarations.ClassStructMapImpl(String aToPath, Object aObj, SimpleType aTypeMode)Create aClassStructMapinstance containing the elements as ofPathMap.MutablePathMap.insert(Object)using the default path delimiter "/" (Delimiter.PATH) for the path declarations.ClassStructMapImpl(SimpleType aTypeMode)Create an emptyClassStructMapinstance using the default path delimiter "/" (Delimiter.PATH) for the path declarations.
-