org.openxava.view.meta
Class PropertiesSeparator

java.lang.Object
  extended by org.openxava.util.meta.MetaElement
      extended by org.openxava.model.meta.MetaMember
          extended by org.openxava.model.meta.MetaProperty
              extended by org.openxava.view.meta.PropertiesSeparator
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.lang.Comparable

public class PropertiesSeparator
extends MetaProperty

It's used in a property collection for indicate a separation.

Extends from MetaProperty thus it can be processed by any method that receive a MetaProperty.

Author:
Javier Paniza
See Also:
Serialized Form

Field Summary
static PropertiesSeparator INSTANCE
           
 
Method Summary
 java.lang.String getLabel()
           
 java.lang.String getName()
           
 
Methods inherited from class org.openxava.model.meta.MetaProperty
addMetaValidator, addValidValue, cloneMetaProperty, containsValidValue, createDefaultValueCalculator, depends, equals, format, format, getCalculator, getCMPTypeName, getDependentPropertiesNames, getHbmGeneratorCode, getMapping, getMetaCalculator, getMetaCalculatorDefaultValue, getMetaValidators, getPropertyNamesThatIDepend, getQualifiedLabel, getScale, getSize, getStereotype, getType, getTypeName, getValidValue, getValidValueIndex, getValidValueLabel, getValidValueLabel, getValidValueLabel, getValidValueLabel, getValidValuesLabels, hasCalculator, hasCalculatorDefaultValueOnCreate, hasDefaultValueCalculator, hasDependentProperties, hashCode, hasMetaModel, hasStereotype, hasValidValues, isCalculated, isDefaultCalculatorHibernateIdGenerator, isHidden, isKey, isNumber, isPersistent, isReadOnly, isRequired, isSearchKey, isTransient, isVersion, parse, parse, setHidden, setKey, setMetaCalculator, setMetaCalculatorDefaultValue, setReadOnly, setRequired, setScale, setSearchKey, setSize, setStereotype, setTransient, setTypeName, setVersion, toString, validate, validate, validValues, validValuesLabels, validValuesLabels
 
Methods inherited from class org.openxava.model.meta.MetaMember
compareTo, getId, getLabelId, getMetaModel, getQualifiedName, setLabelId, setMetaModel, setQualifiedName
 
Methods inherited from class org.openxava.util.meta.MetaElement
getDescription, getDescription, getDescription, getLabel, getLabel, getLocale, has18nLabel, hasName, setDescription, setLabel, setName
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

INSTANCE

public static final PropertiesSeparator INSTANCE
Method Detail

getName

public java.lang.String getName()
Overrides:
getName in class MetaElement
Returns:
java.lang.String Not null

getLabel

public java.lang.String getLabel()
Overrides:
getLabel in class MetaElement