Package org.xmlresolver.catalog.entry
Class EntryLinktype
- java.lang.Object
-
- org.xmlresolver.catalog.entry.Entry
-
- org.xmlresolver.catalog.entry.EntryResource
-
- org.xmlresolver.catalog.entry.EntryLinktype
-
public class EntryLinktype extends EntryResource
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.xmlresolver.catalog.entry.Entry
Entry.Type
-
-
Constructor Summary
Constructors Constructor Description EntryLinktype(ResolverConfiguration config, java.net.URI baseURI, java.lang.String id, java.lang.String name, java.lang.String uri)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Entry.Type
getType()
java.lang.String
toString()
-
Methods inherited from class org.xmlresolver.catalog.entry.Entry
getProperties, getProperty, setProperties, setProperty
-
-
-
-
Constructor Detail
-
EntryLinktype
public EntryLinktype(ResolverConfiguration config, java.net.URI baseURI, java.lang.String id, java.lang.String name, java.lang.String uri)
-
-
Method Detail
-
getType
public Entry.Type getType()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-