Uses of Class
com.lyncode.xoai.serviceprovider.oaipmh.spec.GranularityType
-
Packages that use GranularityType Package Description com.lyncode.xoai.serviceprovider.oaipmh.spec -
-
Uses of GranularityType in com.lyncode.xoai.serviceprovider.oaipmh.spec
Fields in com.lyncode.xoai.serviceprovider.oaipmh.spec declared as GranularityType Modifier and Type Field Description protected GranularityTypeIdentifyType. granularityMethods in com.lyncode.xoai.serviceprovider.oaipmh.spec 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.serviceprovider.oaipmh.spec with parameters of type GranularityType Modifier and Type Method Description voidIdentifyType. setGranularity(GranularityType value)Sets the value of the granularity property.
-