Package com.portal.pcm
Class BinStrField
java.lang.Object
com.portal.pcm.Field
com.portal.pcm.BinStrField
- All Implemented Interfaces:
Serializable
,Cloneable
- Direct Known Subclasses:
FldBinstrVal
,FldIpaddr
,FldMailServerId
,FldProviderIpaddr
Specific field type
- See Also:
-
Field Summary
Fields 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
ConstructorsConstructorDescriptionBinStrField
(int nameID, int typeID) Constructs an instance ofBinStrField
from a name ID and a type ID.BinStrField
(int nameID, int typeID, String name) Constructs a newBinStrField
with the specified parameters. -
Method Summary
Methods inherited from class com.portal.pcm.Field
clone, equals, fromName, fromName, fromPINName, getName, getNameID, getNameString, getNameString, getPINType, getTypeID, hashCode, macroToClass, toString
-
Constructor Details
-
BinStrField
public BinStrField(int nameID, int typeID) Constructs an instance ofBinStrField
from a name ID and a type ID.- Parameters:
nameID
- A valid Portal field name.typeID
- A valid Portal storable class type name.
-
BinStrField
Constructs a newBinStrField
with the specified parameters. BRMListener- Parameters:
nameID
- The identifier for the name of the field.typeID
- The identifier for the type of the field.name
- The name of the field.
-