com.alarmpoint.integrations.nnmi.mg
Interface Field

All Known Implementing Classes:
FieldImpl

public interface Field

Author:
amagi

Method Summary
 java.lang.String getAssociatedJSP()
           
 java.lang.String getLabel()
           
 java.lang.Boolean getRequired()
           
 FieldType getType()
           
 java.lang.String getValue()
           
 

Method Detail

getType

FieldType getType()

getLabel

java.lang.String getLabel()

getValue

java.lang.String getValue()

getRequired

java.lang.Boolean getRequired()

getAssociatedJSP

java.lang.String getAssociatedJSP()