org.deegree.metadata.ebrim
Class AliasedRIMType

java.lang.Object
  extended by 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 $

Method Summary
 String getAlias()
           
 RIMType getType()
           
 String toString()
           
static List<AliasedRIMType> valueOf(QName name)
          Returns AliasedRIMTypes for the given qualified name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getType

public RIMType getType()

getAlias

public String getAlias()

valueOf

public static List<AliasedRIMType> valueOf(QName name)
                                    throws IllegalArgumentException
Returns AliasedRIMTypes 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.