Library | Package Java Toolkit

Interface AnnotationReferenceSet

package com.ptc.wfc.wfcAnnotation;

public interface AnnotationReferenceSet
  extends jxobject



Description

 



Method Summary
booleanGetAutoPropagate ()
    Get method for attribute "AutoPropagate"
     
StringGetDescription ()
    Get method for attribute "Description"
     
AnnotationReferenceGetReference ()
    Get method for attribute "Reference"
     
booleanGetStrong ()
    Get method for attribute "Strong"
     
voidSetAutoPropagate (boolean value)
    Set method for attribute "AutoPropagate"
     
voidSetDescription (String value)
    Set method for attribute "Description"
     
voidSetReference (AnnotationReference value)
    Set method for attribute "Reference"
     
voidSetStrong (boolean value)
    Set method for attribute "Strong"
     

Method Detail

GetReference/SetReference

AnnotationReferenceGetReference ()
voidSetReference (AnnotationReference value)


     
Manual References:
Annotations: Annotation Features and Annotations: Accessing and Modifying Annotation Elements, Annotations: Annotation Features and Annotations: Accessing and Modifying Annotation Elements, Annotations: Annotation Features and Annotations: Accessing and Modifying Annotation Elements, Annotations: Annotation Features and Annotations: Accessing and Modifying Annotation Elements



GetStrong/SetStrong

booleanGetStrong ()
voidSetStrong (boolean value)


     
Manual References:
Annotations: Annotation Features and Annotations: Accessing and Modifying Annotation Elements, Annotations: Annotation Features and Annotations: Accessing and Modifying Annotation Elements, Annotations: Annotation Features and Annotations: Accessing and Modifying Annotation Elements, Annotations: Annotation Features and Annotations: Accessing and Modifying Annotation Elements



GetDescription/SetDescription

StringGetDescription ()
voidSetDescription (String value)


     
Manual References:
Annotations: Annotation Features and Annotations: Accessing and Modifying Annotation Elements, Annotations: Annotation Features and Annotations: Accessing and Modifying Annotation Elements, Annotations: Annotation Features and Annotations: Accessing and Modifying Annotation Elements, Annotations: Annotation Features and Annotations: Accessing and Modifying Annotation Elements



GetAutoPropagate/SetAutoPropagate

booleanGetAutoPropagate ()
voidSetAutoPropagate (boolean value)


     
Manual References:
Annotations: Annotation Features and Annotations: Accessing and Modifying Annotation Elements, Annotations: Annotation Features and Annotations: Accessing and Modifying Annotation Elements, Annotations: Annotation Features and Annotations: Accessing and Modifying Annotation Elements, Annotations: Annotation Features and Annotations: Accessing and Modifying Annotation Elements