bsys.propertyview
Class PropertyView.AttributeDescriptor

java.lang.Object
  extended by bsys.propertyview.PropertyView.AttributeDescriptor
Enclosing class:
PropertyView

public static class PropertyView.AttributeDescriptor
extends java.lang.Object

Attribute descriptor

Author:
Bernard Bou

Field Summary
 boolean isMandatory
          Whether the attribute is mandatory in object description
 boolean isReadOnly
          Whether attribute value can be changed
 java.lang.String theName
          Name
 java.lang.String[] thePossibleValues
          Possible values
 int theRank
          Rank value used in sorting
 PropertyView.AttributeType theType
          Type
 
Constructor Summary
PropertyView.AttributeDescriptor()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

theName

public java.lang.String theName
Name


theType

public PropertyView.AttributeType theType
Type


isReadOnly

public boolean isReadOnly
Whether attribute value can be changed


isMandatory

public boolean isMandatory
Whether the attribute is mandatory in object description


theRank

public int theRank
Rank value used in sorting


thePossibleValues

public java.lang.String[] thePossibleValues
Possible values

Constructor Detail

PropertyView.AttributeDescriptor

public PropertyView.AttributeDescriptor()