|
org.netbeans.modules.editor.lib/1 1.44.0 9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.netbeans.editor.AnnotationType.CombinationMember
public static final class AnnotationType.CombinationMember
Hepler class describing annotation type and whether all occurences of this type should be absorbed by combination or not. The annonation type which want to combine some other types, must define array of instances of this helper class. See AnnotationType.PROP_COMBINATIONS property.
| Constructor Summary | |
|---|---|
AnnotationType.CombinationMember(String type,
boolean absorbAll,
boolean optional,
int minimumCount)
|
|
AnnotationType.CombinationMember(String type,
boolean absorbAll,
boolean optional,
String minimumCount)
|
|
| Method Summary | |
|---|---|
int |
getMinimumCount()
Getter for MinimumCount property |
String |
getName()
Gets name of the annotation type |
boolean |
isAbsorbAll()
Getter for AbsorbAll property |
boolean |
isOptional()
Getter for Optional property |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AnnotationType.CombinationMember(String type,
boolean absorbAll,
boolean optional,
int minimumCount)
public AnnotationType.CombinationMember(String type,
boolean absorbAll,
boolean optional,
String minimumCount)
| Method Detail |
|---|
public String getName()
public boolean isAbsorbAll()
public boolean isOptional()
public int getMinimumCount()
|
org.netbeans.modules.editor.lib/1 1.44.0 9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||