Class CodeAttributeProxy
- java.lang.Object
-
- org.openforis.collect.model.proxy.NodeProxy
-
- org.openforis.collect.model.proxy.AttributeProxy
-
- org.openforis.collect.model.proxy.CodeAttributeProxy
-
- All Implemented Interfaces:
Proxy
public class CodeAttributeProxy extends AttributeProxy
- Author:
- S. Ricci
-
-
Constructor Summary
Constructors Constructor Description CodeAttributeProxy(EntityProxy parent, CodeAttribute attribute, ProxyContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisEnumerator()protected booleanisExternalCodeList()-
Methods inherited from class org.openforis.collect.model.proxy.AttributeProxy
getFields, getValidationResults, isErrorConfirmed, setErrorConfirmed, setValidationResults
-
Methods inherited from class org.openforis.collect.model.proxy.NodeProxy
fromList, fromNode, fromNode, getDefinitionId, getId, getLocale, getMessageSource, getParentId, getPath, isUserSpecified
-
-
-
-
Constructor Detail
-
CodeAttributeProxy
public CodeAttributeProxy(EntityProxy parent, CodeAttribute attribute, ProxyContext context)
-
-