net.dpml.library
Interface Type

All Superinterfaces:
Data
All Known Implementing Classes:
TypeDirective

public interface Type
extends Data

Declaration of a type production.

Version:
1.2.0
Author:
Digital Product Meta Library

Method Summary
 String getID()
          Return the type production id.
 Version getVersion()
          Return the alias version.
 
Methods inherited from interface net.dpml.library.Data
getElement
 

Method Detail

getID

String getID()
Return the type production id.

Returns:
the type id

getVersion

Version getVersion()
Return the alias version.

Returns:
the alias version value (may be null)