org.deegree.metadata.ebrim
Class AliasedRIMType
java.lang.Object
org.deegree.metadata.ebrim.AliasedRIMType
public class AliasedRIMType
- extends Object
RIMType
with (query) alias.
- Version:
- $Revision: 30786 $, $Date: 2011-05-11 18:28:17 +0200 (Wed, 11 May 2011) $
- Author:
- Markus Schneider, last edited by: $Author: mschneider $
getType
public RIMType getType()
getAlias
public String getAlias()
valueOf
public static List<AliasedRIMType> valueOf(QName name)
throws IllegalArgumentException
- Returns
AliasedRIMType
s for the given qualified name.
- Parameters:
name
- qualified name of a RIMType
with optional aliases, separated by underscores
- Returns:
- aliased registry object types, never
null
and contains at least a single entry
- Throws:
IllegalArgumentException
- if the input name does not refer to a known RIMType
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2011. All Rights Reserved.