public class TypedHolderDefault extends FacetHolderImpl implements TypedHolder
| Constructor and Description |
|---|
TypedHolderDefault(FeatureType featureType,
Class<?> type) |
| Modifier and Type | Method and Description |
|---|---|
FeatureType |
getFeatureType() |
Class<?> |
getType()
The type of a
property, the referenced type
of a collection, the return type of an
action and the type of a
action parameter. |
void |
setType(Class<?> type)
For
collections, represents the element
type. |
addFacet, addFacet, containsDoOpFacet, containsFacet, getFacet, getFacets, getFacetTypes, removeFacet, removeFacetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddFacet, addFacet, containsDoOpFacet, containsFacet, getFacet, getFacets, getFacetTypes, removeFacet, removeFacetpublic TypedHolderDefault(FeatureType featureType, Class<?> type)
public FeatureType getFeatureType()
getFeatureType in interface TypedHolderpublic Class<?> getType()
TypedHolderproperty, the referenced type
of a collection, the return type of an
action and the type of a
action parameter.getType in interface TypedHolderpublic void setType(Class<?> type)
collections, represents the element
type.setType in interface TypedHolderCopyright © 2010–2014 The Apache Software Foundation. All rights reserved.