jet.server.api.admin.cfg.custom
Interface CustomField


public interface CustomField

Customer defined field by self. the customized field contains name, description, value type and enabled option.

Since:
version 9.1

Method Summary
 java.lang.String getDesc()
          Gets the description of the field.
 java.lang.String getName()
          Gets the name of the field.
 boolean isEnabled()
          Checks whether the field is enabled.
 

Method Detail

getName

java.lang.String getName()
Gets the name of the field.

Returns:
name of the field.

getDesc

java.lang.String getDesc()
Gets the description of the field.

Returns:
description of the field.

isEnabled

boolean isEnabled()
Checks whether the field is enabled.

Returns:
true is enabled, else disabled.