Uses of Class
com.lyncode.xoai.dataprovider.xml.oaipmh.DeletedRecordType
-
Packages that use DeletedRecordType Package Description com.lyncode.xoai.dataprovider.xml.oaipmh -
-
Uses of DeletedRecordType in com.lyncode.xoai.dataprovider.xml.oaipmh
Fields in com.lyncode.xoai.dataprovider.xml.oaipmh declared as DeletedRecordType Modifier and Type Field Description protected DeletedRecordTypeIdentifyType. deletedRecordMethods in com.lyncode.xoai.dataprovider.xml.oaipmh that return DeletedRecordType Modifier and Type Method Description static DeletedRecordTypeDeletedRecordType. fromValue(String v)DeletedRecordTypeIdentifyType. getDeletedRecord()Gets the value of the deletedRecord property.static DeletedRecordTypeDeletedRecordType. valueOf(String name)Returns the enum constant of this type with the specified name.static DeletedRecordType[]DeletedRecordType. 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 DeletedRecordType Modifier and Type Method Description voidIdentifyType. setDeletedRecord(DeletedRecordType value)Sets the value of the deletedRecord property.
-