Uses of Class
com.lyncode.xoai.dataprovider.xml.oaipmh.GranularityType
-
Packages that use GranularityType Package Description com.lyncode.xoai.dataprovider.core com.lyncode.xoai.dataprovider.xml.oaipmh -
-
Uses of GranularityType in com.lyncode.xoai.dataprovider.core
Methods in com.lyncode.xoai.dataprovider.core that return GranularityType Modifier and Type Method Description GranularityTypeGranularity. toGranularityType() -
Uses of GranularityType in com.lyncode.xoai.dataprovider.xml.oaipmh
Fields in com.lyncode.xoai.dataprovider.xml.oaipmh declared as GranularityType Modifier and Type Field Description protected GranularityTypeIdentifyType. granularityMethods in com.lyncode.xoai.dataprovider.xml.oaipmh that return GranularityType Modifier and Type Method Description static GranularityTypeGranularityType. fromValue(String v)GranularityTypeIdentifyType. getGranularity()Gets the value of the granularity property.static GranularityTypeGranularityType. valueOf(String name)Returns the enum constant of this type with the specified name.static GranularityType[]GranularityType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.lyncode.xoai.dataprovider.xml.oaipmh with parameters of type GranularityType Modifier and Type Method Description voidIdentifyType. setGranularity(GranularityType value)Sets the value of the granularity property.
-