public class ClassDefinition extends Object
| Constructor and Description |
|---|
ClassDefinition()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
AttributeDefinition[] |
getAttributes()
Deprecated.
|
String |
getDescription()
Deprecated.
|
boolean |
getIsAbstract()
Deprecated.
|
String |
getName()
Deprecated.
|
String |
getSuperClass()
Deprecated.
|
void |
setAttributes(AttributeDefinition[] attributes)
Deprecated.
|
void |
setDescription(String description)
Deprecated.
|
void |
setIsAbstract(boolean isAbstract)
Deprecated.
|
void |
setName(String name)
Deprecated.
|
void |
setSuperClass(String superClass)
Deprecated.
|
public ClassDefinition()
public void setSuperClass(String superClass)
public String getSuperClass()
public void setDescription(String description)
public String getDescription()
public void setIsAbstract(boolean isAbstract)
public boolean getIsAbstract()
public void setAttributes(AttributeDefinition[] attributes)
public AttributeDefinition[] getAttributes()
Copyright © 2001-2012 University Health Network. All Rights Reserved.