org.apache.isis.core.progmodel.facets.fallback
Class HelpFacetNone

java.lang.Object
  extended by org.apache.isis.core.metamodel.facetapi.FacetAbstract
      extended by org.apache.isis.core.metamodel.facets.SingleStringValueFacetAbstract
          extended by org.apache.isis.core.metamodel.facets.help.HelpFacetAbstract
              extended by org.apache.isis.core.progmodel.facets.fallback.HelpFacetNone
All Implemented Interfaces:
org.apache.isis.core.metamodel.facetapi.Facet, org.apache.isis.core.metamodel.facets.help.HelpFacet, org.apache.isis.core.metamodel.facets.SingleStringValueFacet

public class HelpFacetNone
extends org.apache.isis.core.metamodel.facets.help.HelpFacetAbstract

Has a description of null.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.isis.core.metamodel.facetapi.FacetAbstract
org.apache.isis.core.metamodel.facetapi.FacetAbstract.Disabling, org.apache.isis.core.metamodel.facetapi.FacetAbstract.Hiding, org.apache.isis.core.metamodel.facetapi.FacetAbstract.Validating
 
Constructor Summary
HelpFacetNone(org.apache.isis.core.metamodel.facetapi.FacetHolder holder)
           
 
Method Summary
 boolean isNoop()
           
 String value()
           
 
Methods inherited from class org.apache.isis.core.metamodel.facets.help.HelpFacetAbstract
type
 
Methods inherited from class org.apache.isis.core.metamodel.facets.SingleStringValueFacetAbstract
toStringValues
 
Methods inherited from class org.apache.isis.core.metamodel.facetapi.FacetAbstract
alwaysReplace, facetType, getFacetHolder, getIdentified, getUnderlyingFacet, isDerived, setFacetHolder, setUnderlyingFacet, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.isis.core.metamodel.facetapi.Facet
alwaysReplace, facetType, getFacetHolder, getUnderlyingFacet, isDerived, setFacetHolder, setUnderlyingFacet
 

Constructor Detail

HelpFacetNone

public HelpFacetNone(org.apache.isis.core.metamodel.facetapi.FacetHolder holder)
Method Detail

value

public String value()
Specified by:
value in interface org.apache.isis.core.metamodel.facets.SingleStringValueFacet
Overrides:
value in class org.apache.isis.core.metamodel.facets.SingleStringValueFacetAbstract

isNoop

public boolean isNoop()
Specified by:
isNoop in interface org.apache.isis.core.metamodel.facetapi.Facet
Overrides:
isNoop in class org.apache.isis.core.metamodel.facetapi.FacetAbstract


Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.