public class OrchestrationObjectField extends Object
Modifier and Type | Class and Description |
---|---|
static class |
OrchestrationObjectField.FieldTypeCategory |
static class |
OrchestrationObjectField.WriteAccess |
Constructor and Description |
---|
OrchestrationObjectField() |
public OrchestrationObjectField()
public OrchestrationObject getParent()
public void setParent(OrchestrationObject parent)
public String getPropertyName()
public String getProperName()
public OrchestrationObjectField.FieldTypeCategory getFieldTypeCategory()
public void setFieldTypeCategory(OrchestrationObjectField.FieldTypeCategory fieldTypeCategory)
public OrchestrationObject getInlineObject()
public void setInlineObject(OrchestrationObject inlineObject)
public List<TypeStateConstraint> getConstraints()
public void setConstraints(List<TypeStateConstraint> constraints)
public String getDefaultValue()
public void setDefaultValue(String defaultValue)
public String getDefaultValuePath()
public void setDefaultValuePath(String defaultValuePath)
public String getFullyQualifiedName()
public OrchestrationObjectField.WriteAccess getWriteAccess()
public void setWriteAccess(OrchestrationObjectField.WriteAccess writeAccess)
public List<String> getAdditionalLookups()
public void setAdditionalLookups(List<String> additionalLookups)
public String getLookupContextPath()
public void setLookupContextPath(String lookupContextPath)
public Integer getMaxRecursions()
public void setMaxRecursions(Integer maxRecursions)
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.