|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRPType
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface com.telelogic.rhapsody.core.IRPModelElement |
---|
IRPModelElement.OSLCLink |
Method Summary | |
---|---|
IRPEnumerationLiteral |
addEnumerationLiteral(java.lang.String name)
method addEnumerationLiteral |
void |
deleteEnumerationLiteral(IRPEnumerationLiteral literal)
method deleteEnumerationLiteral |
java.lang.String |
getDeclaration()
get property declaration |
IRPCollection |
getEnumerationLiterals()
get property enumerationLiterals |
int |
getIsPredefined()
get property isPredefined |
int |
getIsTypedef()
get property isTypedef |
int |
getIsTypedefConstant()
get property isTypedefConstant |
int |
getIsTypedefOrdered()
get property isTypedefOrdered |
int |
getIsTypedefReference()
get property isTypedefReference |
java.lang.String |
getKind()
get property kind |
IRPClassifier |
getTypedefBaseType()
get property typedefBaseType |
java.lang.String |
getTypedefMultiplicity()
get property typedefMultiplicity |
int |
isArray()
method isArray |
int |
isEnum()
For types whose "kind" was set to Language, parses the declaration to see if the type is actually an enum. |
int |
isEqualTo()
method isEqualTo |
int |
isImplicit()
method isImplicit |
int |
isKindEnumeration()
Checks whether the "kind" of the type is Enumeration. |
int |
isKindLanguage()
Checks whether the "kind" of the type was set to Language. |
int |
isKindStruct()
Checks whether the "kind" of the type is Structure. |
int |
isKindTypedef()
Checks whether the "kind" of the type is Typedef. |
int |
isKindUnion()
Checks whether the "kind" of the type is Union. |
int |
isPointer()
method isPointer |
int |
isPointerToPointer()
method isPointerToPointer |
int |
isReference()
method isReference |
int |
isReferenceToPointer()
method isReferenceToPointer |
int |
isStruct()
For types whose "kind" was set to Language, parses the declaration to see if the type is actually a struct. |
int |
isTemplate()
method isTemplate |
int |
isUnion()
For types whose "kind" was set to Language, parses the declaration to see if the type is actually a union. |
void |
setDeclaration(java.lang.String declaration)
set property declaration |
void |
setIsTypedefConstant(int isTypedefConstant)
set property isTypedefConstant |
void |
setIsTypedefOrdered(int isTypedefOrdered)
set property isTypedefOrdered |
void |
setIsTypedefReference(int isTypedefReference)
set property isTypedefReference |
void |
setKind(java.lang.String kind)
set property kind |
void |
setTypedefBaseType(IRPClassifier typedefBaseType)
set property typedefBaseType |
void |
setTypedefMultiplicity(java.lang.String typedefMultiplicity)
set property typedefMultiplicity |
Methods inherited from interface com.telelogic.rhapsody.core.IRPUnit |
---|
copyToAnotherProject, getAddToModelMode, getCMHeader, getCMState, getCurrentDirectory, getFilename, getIncludeInNextLoad, getIsStub, getLanguage, getLastModifiedTime, getNestedSaveUnits, getNestedSaveUnitsCount, getStructureDiagrams, isReadOnly, isReferenceUnit, isSeparateSaveUnit, load, moveToAnotherProjectLeaveAReference, referenceToAnotherProject, save, setCMHeader, setFilename, setIncludeInNextLoad, setLanguage, setReadOnly, setSeparateSaveUnit, setUnitPath, unload |
Method Detail |
---|
IRPEnumerationLiteral addEnumerationLiteral(java.lang.String name)
RhapsodyRuntimeException
void deleteEnumerationLiteral(IRPEnumerationLiteral literal)
RhapsodyRuntimeException
java.lang.String getDeclaration()
RhapsodyRuntimeException
IRPCollection getEnumerationLiterals()
RhapsodyRuntimeException
int getIsPredefined()
RhapsodyRuntimeException
int getIsTypedef()
RhapsodyRuntimeException
int getIsTypedefConstant()
RhapsodyRuntimeException
int getIsTypedefOrdered()
RhapsodyRuntimeException
int getIsTypedefReference()
RhapsodyRuntimeException
java.lang.String getKind()
RhapsodyRuntimeException
IRPClassifier getTypedefBaseType()
RhapsodyRuntimeException
java.lang.String getTypedefMultiplicity()
RhapsodyRuntimeException
int isArray()
RhapsodyRuntimeException
int isEnum()
RhapsodyRuntimeException
int isEqualTo()
RhapsodyRuntimeException
int isImplicit()
RhapsodyRuntimeException
int isKindEnumeration()
RhapsodyRuntimeException
int isKindLanguage()
RhapsodyRuntimeException
int isKindStruct()
RhapsodyRuntimeException
int isKindTypedef()
RhapsodyRuntimeException
int isKindUnion()
RhapsodyRuntimeException
int isPointer()
RhapsodyRuntimeException
int isPointerToPointer()
RhapsodyRuntimeException
int isReference()
RhapsodyRuntimeException
int isReferenceToPointer()
RhapsodyRuntimeException
int isStruct()
RhapsodyRuntimeException
int isTemplate()
RhapsodyRuntimeException
int isUnion()
RhapsodyRuntimeException
void setDeclaration(java.lang.String declaration)
RhapsodyRuntimeException
void setIsTypedefConstant(int isTypedefConstant)
RhapsodyRuntimeException
void setIsTypedefOrdered(int isTypedefOrdered)
RhapsodyRuntimeException
void setIsTypedefReference(int isTypedefReference)
RhapsodyRuntimeException
void setKind(java.lang.String kind)
RhapsodyRuntimeException
void setTypedefBaseType(IRPClassifier typedefBaseType)
RhapsodyRuntimeException
void setTypedefMultiplicity(java.lang.String typedefMultiplicity)
RhapsodyRuntimeException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |