com.abra.j2xb.beans.model
Class MOValuePropertyDescriptor

java.lang.Object
  extended by com.abra.j2xb.beans.model.MOAbstractPropertyDescriptor
      extended by com.abra.j2xb.beans.model.MOValuePropertyDescriptor
Direct Known Subclasses:
MOChoicePropertyDescriptor, MOPropertyDescriptor

public abstract class MOValuePropertyDescriptor
extends MOAbstractPropertyDescriptor

Since:
JDK1.5
Version:
1.0, May 1, 2008
Author:
Yoav Abrahami

Field Summary
 
Fields inherited from class com.abra.j2xb.beans.model.MOAbstractPropertyDescriptor
group
 
Constructor Summary
MOValuePropertyDescriptor(java.beans.PropertyDescriptor propertyDescriptor, MOBeanDescriptor beanDescriptor)
           
 
Method Summary
abstract  int getXmlOrder()
           
abstract  boolean isChoice()
           
abstract  boolean isXmlOptional()
           
 
Methods inherited from class com.abra.j2xb.beans.model.MOAbstractPropertyDescriptor
getBeanDescriptor, getCanonicalName, getDefiningMethod, getGroup, getGroupPath, getJavaPropertyDescriptor, getName, getType, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MOValuePropertyDescriptor

public MOValuePropertyDescriptor(java.beans.PropertyDescriptor propertyDescriptor,
                                 MOBeanDescriptor beanDescriptor)
Method Detail

getXmlOrder

public abstract int getXmlOrder()

isChoice

public abstract boolean isChoice()

isXmlOptional

public abstract boolean isXmlOptional()


Copyright © 2008. All Rights Reserved.