|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--step.typedef.FieldDef
|
+--step.typedef.ArtificialFieldDef
| Nested Class Summary |
| Nested classes inherited from class step.typedef.FieldDef |
FieldDef.Builder |
| Constructor Summary | |
ArtificialFieldDef(String name,
Type type,
String description,
List attributes,
TypeDef altTypeDef)
Create a new field definition. |
|
| Method Summary | |
Object |
clone()
Get a copy (clone) of this definition. |
TypeDef |
getAltTypeDef()
Get an alternate type definition specific to this field. |
String |
getDescription()
Get the description of the field. |
String |
getName()
Get the name of the field. |
Type |
getType()
Get the type of the field. |
protected void |
setAltTypeDef(TypeDef altDef)
Set a new, alternate, definition for the type of this field. |
protected void |
setDescription(String description)
Set the description of the field. |
protected void |
setName(String name)
Set the name of the field. |
protected void |
setType(Type type)
Set the type of the field. |
| Methods inherited from class step.typedef.FieldDef |
builder, getAttributes, hasAltTypeDef, merge, setAttributes |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ArtificialFieldDef(String name,
Type type,
String description,
List attributes,
TypeDef altTypeDef)
| Method Detail |
public String getName()
FieldDef
getName in class FieldDefprotected void setName(String name)
FieldDef
setName in class FieldDefpublic Type getType()
FieldDef
getType in class FieldDefprotected void setType(Type type)
FieldDef
setType in class FieldDefpublic String getDescription()
FieldDef
getDescription in class FieldDefprotected void setDescription(String description)
FieldDef
setDescription in class FieldDefpublic TypeDef getAltTypeDef()
FieldDef
getAltTypeDef in class FieldDefprotected void setAltTypeDef(TypeDef altDef)
FieldDef
setAltTypeDef in class FieldDefpublic Object clone()
FieldDef
clone in class FieldDef
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||