Package com.portal.pcm.fields
Class FldLogRotateByDaysAt_time
java.lang.Object
com.portal.pcm.Field
com.portal.pcm.StrField
com.portal.pcm.fields.FldLogRotateByDaysAt_time
- All Implemented Interfaces:
Serializable
,Cloneable
Specific Field subclasses. This subclasses of
Field
is used with the FList class to specifiy which field is being
accessed, and its type. The type information is used to provide
compile time type checking. These classes are auto generated from
the pin_flds.h
and flds/*.h
C header files.- See Also:
-
Field Summary
FieldsFields inherited from class com.portal.pcm.Field
OPFLG_CUST_FLDS_ONLY, PIN_DD_FLDS_CUST_FLDS_MAX_RANGE1, PIN_DD_FLDS_CUST_FLDS_MIN_RANGE1, PIN_DD_FLDS_CUST_FLDS_MIN_RANGE2, TYPE_ARRAY, TYPE_BINSTR, TYPE_BUF, TYPE_DECIMAL, TYPE_ENUM, TYPE_ERR, TYPE_INT, TYPE_INT64, TYPE_NUM, TYPE_OBJ, TYPE_POID, TYPE_STR, TYPE_SUBSTRUCT, TYPE_TEXTBUF, TYPE_TIME, TYPE_TSTAMP, TYPE_UINT, TYPE_UNUSED
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs an instance ofFldLogRotateByDaysAt_time
-
Method Summary
Modifier and TypeMethodDescriptionstatic FldLogRotateByDaysAt_time
getInst()
Returns an instance ofFldLogRotateByDaysAt_time
Methods inherited from class com.portal.pcm.Field
clone, equals, fromName, fromName, fromPINName, getName, getNameID, getNameString, getNameString, getPINType, getTypeID, hashCode, macroToClass, toString
-
Field Details
-
id
public static final int id- See Also:
-
-
Constructor Details
-
FldLogRotateByDaysAt_time
public FldLogRotateByDaysAt_time()Constructs an instance ofFldLogRotateByDaysAt_time
-
-
Method Details
-
getInst
Returns an instance ofFldLogRotateByDaysAt_time
- Returns:
- An instance of
FldLogRotateByDaysAt_time
-