Метод | Описание | |
---|---|---|
Identifier ( ) : System |
Creates an Identifier with as value a random UUID and scheme "UUID"
|
|
Identifier ( string scheme, string value ) : System | ||
equals ( Object otherIdentifier ) : bool | ||
getBookIdIdentifier ( List |
The first identifier for which the bookId is true is made the bookId identifier. If no identifier has bookId == true then the first bookId identifier is written as the primary.
|
|
getScheme ( ) : string | ||
getValue ( ) : string | ||
hashCode ( ) : int | ||
isBookId ( ) : bool |
This bookId property allows the book creator to add multiple ids and tell the epubwriter which one to write out as the bookId. The Dublin Core metadata spec allows multiple identifiers for a Book. The epub spec requires exactly one identifier to be marked as the book id.
|
|
setBookId ( bool bookId ) : void | ||
setScheme ( string scheme ) : void | ||
setValue ( string value ) : void | ||
toString ( ) : string |
public Identifier ( string scheme, string value ) : System | ||
scheme | string | |
value | string | |
Результат | System |
public equals ( Object otherIdentifier ) : bool | ||
otherIdentifier | Object | |
Результат | bool |
public static getBookIdIdentifier ( List |
||
identifiers | List |
|
Результат |