|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.fc.WTObject
wt.enterprise.CabinetManaged
wt.annotation.AnnotationSet
public class AnnotationSet
Use the newAnnotationSet static factory method(s), not the
AnnotationSet constructor, to construct instances of this
class. Instances must be constructed using the static factory(s), in
order to ensure proper initialization of the instance.
Supported API: true
Extendable: true
| Field Summary | |
|---|---|
static String |
DESCRIPTION
Label for the attribute. |
static String |
IS_APPLIED
Label for the attribute. |
static String |
NAME
Label for the attribute. |
| Method Summary | |
|---|---|
String |
getDescription()
Gets the value of the attribute: DESCRIPTION. |
String |
getName()
Gets the value of the attribute: NAME. |
protected void |
initialize(String name)
Supports initialization, following construction of an instance. |
boolean |
isIsApplied()
Gets the value of the attribute: IS_APPLIED. |
static AnnotationSet |
newAnnotationSet()
Supported API: true |
static AnnotationSet |
newAnnotationSet(String name)
Supported API: true |
void |
setDescription(String a_Description)
Sets the value of the attribute: DESCRIPTION. |
void |
setIsApplied(boolean a_IsApplied)
Sets the value of the attribute: IS_APPLIED. |
void |
setName(String a_Name)
Sets the value of the attribute: NAME. |
| Methods inherited from class wt.fc.WTObject |
|---|
getDisplayIdentifier, getDisplayIdentity, getDisplayType |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String NAME
public static final String DESCRIPTION
public static final String IS_APPLIED
| Method Detail |
|---|
public String getName()
public void setName(String a_Name)
throws WTPropertyVetoException
a_Name -
WTPropertyVetoExceptionpublic String getDescription()
public void setDescription(String a_Description)
throws WTPropertyVetoException
a_Description -
WTPropertyVetoExceptionpublic boolean isIsApplied()
public void setIsApplied(boolean a_IsApplied)
throws WTPropertyVetoException
a_IsApplied -
WTPropertyVetoException
public static AnnotationSet newAnnotationSet()
throws WTException
WTException
public static AnnotationSet newAnnotationSet(String name)
throws WTException
name -
WTException
protected void initialize(String name)
throws WTException
name -
WTException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||