Package org.opengis.util
Interface Type
-
- All Known Subinterfaces:
RecordType
@UML(identifier="Type", specification=ISO_19103) public interface Type
The type definition. EveryTypeis identified by aTypeName.This class can be think as the equivalent of the Java
Classclass.- Since:
- 2.3
-
-
Method Summary
Modifier and Type Method Description TypeNamegetTypeName()Returns the name that identifies this type.
-
-
-
Method Detail
-
getTypeName
@UML(identifier="typeName", obligation=MANDATORY, specification=ISO_19103) TypeName getTypeName()
Returns the name that identifies this type. This method can be think as the equivalent of the JavaClass.getName()method.- Returns:
- the name that identifies this type.
-
-