public class Field
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
Field(java.lang.String name,
Type type)
Constructor
|
Field(java.lang.String name,
Type type,
boolean readonly) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName() |
Type |
getType() |
boolean |
isReadonly()
Returns
true if the record field is read-only. |
java.lang.String |
toString() |
public Field(java.lang.String name, Type type)
name
- type
- public Field(java.lang.String name, Type type, boolean readonly)
name
- type
- readonly
- public java.lang.String getName()
public Type getType()
public boolean isReadonly()
true
if the record field is read-only.true
if the record field is read-onlypublic java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.