Package org.n52.shetland.ogc.gml
Class CodeType
- java.lang.Object
-
- org.n52.shetland.ogc.AbstractCodeType
-
- org.n52.shetland.ogc.gml.CodeType
-
public class CodeType extends AbstractCodeType implements Copyable<CodeType>
Class represents a GML conform CodeType element- Since:
- 1.0.0
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CodeTypecopy()booleanequals(Object obj)inthashCode()StringtoString()-
Methods inherited from class org.n52.shetland.ogc.AbstractCodeType
getCodeSpace, getValue, isSetCodeSpace, isSetValue, setCodeSpace, setValue
-
-
-
-
Constructor Detail
-
CodeType
public CodeType(String value)
-
CodeType
public CodeType(LocalizedString s)
-
-
Method Detail
-
equals
public boolean equals(Object obj)
- Overrides:
equalsin classAbstractCodeType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAbstractCodeType
-
-