Klasse PublicationType
java.lang.Object
java.util.AbstractCollection<BibliographicType>
java.util.AbstractList<BibliographicType>
java.util.AbstractSequentialList<BibliographicType>
java.util.LinkedList<BibliographicType>
org.xbib.interlibrary.catalog.matching.endeavor.PublicationType
- Alle implementierten Schnittstellen:
Serializable
,Cloneable
,Iterable<BibliographicType>
,Collection<BibliographicType>
,Deque<BibliographicType>
,List<BibliographicType>
,Queue<BibliographicType>
,SequencedCollection<BibliographicType>
,DomainKey<BibliographicType>
public class PublicationType
extends LinkedList<BibliographicType>
implements DomainKey<BibliographicType>
Publication type.
- Siehe auch:
-
Feldübersicht
Von Klasse geerbte Felder java.util.AbstractList
modCount
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungencode()
Encode type.boolean
char
Get the delimiting character between component elements.The domain of the publication type component.getType()
Return current publication type component.int
hashCode()
boolean
isUsable()
Return true if the component is usable.void
setDelimiter
(char delimiter) Set delimiter char.Von Klasse geerbte Methoden java.util.LinkedList
add, add, addAll, addAll, addFirst, addLast, clear, clone, contains, descendingIterator, element, get, getFirst, getLast, indexOf, lastIndexOf, listIterator, offer, offerFirst, offerLast, peek, peekFirst, peekLast, poll, pollFirst, pollLast, pop, push, remove, remove, remove, removeFirst, removeFirstOccurrence, removeLast, removeLastOccurrence, reversed, set, size, spliterator, toArray, toArray
Von Klasse geerbte Methoden java.util.AbstractSequentialList
iterator
Von Klasse geerbte Methoden java.util.AbstractList
listIterator, removeRange, subList
Von Klasse geerbte Methoden java.util.AbstractCollection
containsAll, isEmpty, removeAll, retainAll, toString
Von Klasse geerbte Methoden java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Von Schnittstelle geerbte Methoden java.util.Collection
parallelStream, removeIf, stream, toArray
Von Schnittstelle geerbte Methoden java.util.List
containsAll, isEmpty, iterator, listIterator, removeAll, replaceAll, retainAll, sort, subList
-
Konstruktordetails
-
PublicationType
public PublicationType()
-
-
Methodendetails
-
getDomain
The domain of the publication type component.- Angegeben von:
getDomain
in SchnittstelleDomainKey<BibliographicType>
- Gibt zurück:
- domain
-
setDelimiter
public void setDelimiter(char delimiter) Beschreibung aus Schnittstelle kopiert:DomainKey
Set delimiter char.- Angegeben von:
setDelimiter
in SchnittstelleDomainKey<BibliographicType>
- Parameter:
delimiter
- delimiter
-
getDelimiter
public char getDelimiter()Beschreibung aus Schnittstelle kopiert:DomainKey
Get the delimiting character between component elements.- Angegeben von:
getDelimiter
in SchnittstelleDomainKey<BibliographicType>
- Gibt zurück:
- the delimiter
-
isUsable
public boolean isUsable()Beschreibung aus Schnittstelle kopiert:DomainKey
Return true if the component is usable.- Angegeben von:
isUsable
in SchnittstelleDomainKey<BibliographicType>
- Gibt zurück:
- true if usable
-
encode
Encode type.- Angegeben von:
encode
in SchnittstelleDomainKey<BibliographicType>
- Gibt zurück:
- encoded type
-
getType
Return current publication type component.- Gibt zurück:
- the bibliographic type
-
equals
- Angegeben von:
equals
in SchnittstelleCollection<BibliographicType>
- Angegeben von:
equals
in SchnittstelleList<BibliographicType>
- Setzt außer Kraft:
equals
in KlasseAbstractList<BibliographicType>
-
hashCode
public int hashCode()- Angegeben von:
hashCode
in SchnittstelleCollection<BibliographicType>
- Angegeben von:
hashCode
in SchnittstelleList<BibliographicType>
- Setzt außer Kraft:
hashCode
in KlasseAbstractList<BibliographicType>
-