|
Dresden OCL Toolkit | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttudresden.ocl.injection.test.Example
Represents an attribute or association partner of a class. Note: type==Model.AMIGOUS means, the attribute cannot be used in OCL due to attribute ambiguities. See OCL spec 5.4.1. for details.
Nested Class Summary | |
(package private) class |
Example.Inner
|
Field Summary | |
private int |
a
Testcomment A |
(package private) Date |
aDate
|
(package private) Format |
aFormat
|
(package private) Integer |
anInteger
|
(package private) AbstractImplementation |
anInterface
|
private int |
b
Testcomment B |
private List |
collectionWithoutComment
|
(package private) int |
commaSeparated1
TestCommentCommaSeparated123 |
(package private) int |
commaSeparated2
TestCommentCommaSeparated123 |
(package private) int |
commaSeparated3
TestCommentCommaSeparated123 |
(package private) int |
commaSeparated4
TestCommentCommaSeparated456 |
(package private) int |
commaSeparated5
TestCommentCommaSeparated456 |
(package private) int |
commaSeparated6
TestCommentCommaSeparated456 |
(package private) List |
dates
A collection of dates. |
(package private) Vector |
formats
|
(package private) String |
hallo
|
(package private) Set |
integers
|
(package private) Set |
interfaces
|
private Map |
mapWithoutComment
|
(package private) Set |
myStrings
A collection of Strings. |
private String |
name
|
(package private) HashMap |
namedIntegers
A map from strings to integers. |
(package private) Collection |
nullCollection
Tests null collections to be treated as empty collections. |
(package private) List |
nullList
Tests null lists to be treated as empty lists. |
(package private) Map |
nullMap
Tests null maps to be treated as empty maps. |
(package private) Set |
nullSet
Tests null sets to be treated as empty sets. |
(package private) String |
nullString
Tests null strings to be treated as empty strings. |
private Object |
parent
|
private Integer[] |
qualifiers
|
(package private) Collection |
testTypeTrace
|
private Integer |
type
|
(package private) String |
uglyAttribute1
|
(package private) char |
uglyAttribute2
|
(package private) char |
uglyAttribute3
|
(package private) char |
uglyAttribute4
|
(package private) char |
uglyAttribute5
|
(package private) String[] |
uglyAttribute6
|
(package private) char[] |
uglyAttribute7
|
(package private) Runnable |
uglyAttribute8
|
Integer |
unqualifiedType
|
Constructor Summary | |
private |
Example()
|
|
Example(String name,
Integer type)
|
Method Summary | |
(package private) abstract void |
abstractMethod()
|
(package private) void |
accessifierPackage()
|
private void |
accessifierPrivate()
|
protected void |
accessifierProtected()
|
void |
accessifierPublic()
|
void |
addTestTypeTrace(Object o)
|
String |
getName()
|
Object |
getParent()
|
Integer[] |
getQualifiers()
|
Integer |
getType()
|
Integer |
getUnqualifiedType()
|
static void |
main(String[] args)
|
boolean |
poly1(Interface someInterface)
|
void |
printData(PrintStream o)
|
void |
run()
Some example doc-comment. |
void |
set(String name,
Integer type,
Integer[] qualifiers)
|
void |
setParent(Object parent)
|
(package private) void |
test_super()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private String name
private Integer type
private volatile Integer[] qualifiers
String hallo
int commaSeparated1
int commaSeparated2
int commaSeparated3
int commaSeparated4
int commaSeparated5
int commaSeparated6
String uglyAttribute1
char uglyAttribute2
char uglyAttribute3
char uglyAttribute4
char uglyAttribute5
String[] uglyAttribute6
char[] uglyAttribute7
Runnable uglyAttribute8
private int a
private List collectionWithoutComment
private int b
private Map mapWithoutComment
Set myStrings
String
Set integers
Integer anInteger
List dates
Date aDate
Set interfaces
AbstractImplementation anInterface
Vector formats
Format aFormat
HashMap namedIntegers
public Integer unqualifiedType
private Object parent
Collection testTypeTrace
String nullString
Collection nullCollection
Set nullSet
List nullList
Map nullMap
Constructor Detail |
private Example()
public Example(String name, Integer type)
Method Detail |
public void set(String name, Integer type, Integer[] qualifiers)
abstract void abstractMethod()
public void run()
run
in interface Runnable
public boolean poly1(Interface someInterface)
public String getName()
public Integer getType()
public Integer[] getQualifiers()
public Integer getUnqualifiedType() throws IllegalArgumentException
IllegalArgumentException
public void setParent(Object parent) throws IllegalArgumentException, NullPointerException
IllegalArgumentException
NullPointerException
public Object getParent()
public void printData(PrintStream o)
private void accessifierPrivate()
protected void accessifierProtected()
void accessifierPackage()
public void accessifierPublic()
void test_super()
public void addTestTypeTrace(Object o)
public static void main(String[] args)
|
Dresden OCL Toolkit | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |