com.evolveum.midpoint.web.jsf.form
Class FormAttributeDefinition

java.lang.Object
  extended by com.evolveum.midpoint.web.jsf.form.FormAttributeDefinition
All Implemented Interfaces:
java.io.Serializable

public class FormAttributeDefinition
extends java.lang.Object
implements java.io.Serializable

Author:
lazyman
See Also:
Serialized Form

Nested Class Summary
static class FormAttributeDefinition.Flag
           
 
Constructor Summary
FormAttributeDefinition()
           
 
Method Summary
 boolean canCreate()
           
 boolean canRead()
           
 boolean canUpdate()
           
 java.util.List<java.lang.Object> getAvailableValues()
           
 java.lang.String getDescription()
           
 java.lang.String getDisplayName()
           
 javax.xml.namespace.QName getElementName()
           
 java.util.Set<FormAttributeDefinition.Flag> getFlags()
           
 int getMaxOccurs()
           
 int getMinOccurs()
           
 AttributeType getType()
           
 boolean isFilledWithExpression()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormAttributeDefinition

public FormAttributeDefinition()
Method Detail

getFlags

public java.util.Set<FormAttributeDefinition.Flag> getFlags()

isFilledWithExpression

public boolean isFilledWithExpression()

getMinOccurs

public int getMinOccurs()

getMaxOccurs

public int getMaxOccurs()

getAvailableValues

public java.util.List<java.lang.Object> getAvailableValues()

getElementName

public javax.xml.namespace.QName getElementName()

getDescription

public java.lang.String getDescription()

getDisplayName

public java.lang.String getDisplayName()

getType

public AttributeType getType()

canRead

public boolean canRead()

canCreate

public boolean canCreate()

canUpdate

public boolean canUpdate()


Copyright © 2012 evolveum. All Rights Reserved.