Package net.didion.jwnl.data
Class Adjective.AdjectivePosition
- java.lang.Object
-
- net.didion.jwnl.data.Adjective.AdjectivePosition
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- Adjective
public static final class Adjective.AdjectivePosition extends java.lang.Object implements java.io.Serializable
Adjective positions denote a restriction on the on the syntactic position the adjective may have in relation to noun that it modifies. Adjective positions are only used through WordNet version 1.6.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
_cachedToString
private Resolvable
_key
private Resolvable
_label
-
Constructor Summary
Constructors Modifier Constructor Description private
AdjectivePosition(java.lang.String label, java.lang.String key)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getKey()
java.lang.String
getLabel()
java.lang.String
toString()
-
-
-
Field Detail
-
_key
private Resolvable _key
-
_label
private Resolvable _label
-
_cachedToString
private transient java.lang.String _cachedToString
-
-