public interface TypedHolder extends FacetHolder
| 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)
Type may not be known initially (eg
FeatureType.COLLECTIONs). |
addFacet, addFacet, containsDoOpFacet, containsFacet, getFacet, getFacets, getFacetTypes, removeFacet, removeFacetFeatureType getFeatureType()
Class<?> getType()
property, the referenced type
of a collection, the return type of an
action and the type of a
action parameter.void setType(Class<?> type)
FeatureType.COLLECTIONs).
For example, the accessor might return a raw type such as java.util.List, rather than a generic one such as java.util.List<Customer>.
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.