com.bea.content.manager.propertysets
Class PropertyDefinitionImpl

java.lang.Object
  extended by com.bea.p13n.property.AbstractPropertyDefinition
      extended by com.bea.content.manager.propertysets.PropertyDefinitionImpl
All Implemented Interfaces
PropertyDefinition, Serializable

public class PropertyDefinitionImpl
extends AbstractPropertyDefinition

PropertyDefinitionImpl.java

See Also
Serialized Form

Field Summary
 
Fields inherited from interface com.bea.p13n.property.PropertyDefinition
BOOLEAN, DATETIME, FLOAT, INTEGER, TEXT, USER_DEFINED
 
Constructor Summary
PropertyDefinitionImpl(String description, int type, boolean multiValued, boolean restricted, Collection restrictedValues, Object defValue)
          Constructor.
 
Method Summary
 
Methods inherited from class com.bea.p13n.property.AbstractPropertyDefinition
compareTo, determinePropertyType, equals, getDefaultValue, getDescription, getRestrictedValues, getType, getTypeClassName, hashCode, isMultiValued, isRestricted, setDefaultValue, setDescription, setMultiValued, setRestricted, setRestrictedValues, setType, toString, validate
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PropertyDefinitionImpl

public PropertyDefinitionImpl(String description,
                              int type,
                              boolean multiValued,
                              boolean restricted,
                              Collection restrictedValues,
                              Object defValue)
Constructor.



Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.