org.gcube.common.resources
Class UntypedFacet
java.lang.Object
org.gcube.common.resources.BaseFacet
org.gcube.common.resources.UntypedFacet
- All Implemented Interfaces:
- Facet
public final class UntypedFacet
- extends BaseFacet
A Facet with unbound Element data.
- Author:
- Fabio Simeoni
|
Method Summary |
Element |
data()
Returns the unbound data of the facet |
| Methods inherited from class org.gcube.common.resources.BaseFacet |
name |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UntypedFacet
public UntypedFacet(QName name,
Element data)
- Creates an instance with a given name and given data
- Parameters:
name - the namedata - the data
data
public Element data()
- Returns the unbound data of the facet
- Returns:
- the data
Copyright © 2012. All Rights Reserved.