Uses of Class
de.iip_ecosphere.platform.support.semanticId.eclass.model.AspectData.ClassTypeEnum
-
Packages that use AspectData.ClassTypeEnum Package Description de.iip_ecosphere.platform.support.semanticId.eclass.model Missing parts in Eclass specification. -
-
Uses of AspectData.ClassTypeEnum in de.iip_ecosphere.platform.support.semanticId.eclass.model
Fields in de.iip_ecosphere.platform.support.semanticId.eclass.model declared as AspectData.ClassTypeEnum Modifier and Type Field Description private AspectData.ClassTypeEnumAspectData. classTypeMethods in de.iip_ecosphere.platform.support.semanticId.eclass.model that return AspectData.ClassTypeEnum Modifier and Type Method Description static AspectData.ClassTypeEnumAspectData.ClassTypeEnum. fromValue(java.lang.String input)AspectData.ClassTypeEnumAspectData. getClassType()Get classTypeAspectData.ClassTypeEnumAspectData.ClassTypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static AspectData.ClassTypeEnumAspectData.ClassTypeEnum. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AspectData.ClassTypeEnum[]AspectData.ClassTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.iip_ecosphere.platform.support.semanticId.eclass.model with parameters of type AspectData.ClassTypeEnum Modifier and Type Method Description voidAspectData.ClassTypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, AspectData.ClassTypeEnum enumeration)
-