|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.hyper9.simdk.codegen.impls.DerefInfoImpl
public class DerefInfoImpl
Constructor Summary | |
---|---|
DerefInfoImpl()
|
Method Summary | |
---|---|
String |
getDerefTypeName()
Gets the dereferenced type name. |
String |
getMorefType()
Gets the managed object reference type. |
String |
getPropertyName()
Gets the property name. |
void |
setDerefTypeName(String toSet)
Sets the dereferenced type name. |
void |
setMorefType(String toSet)
Sets the managed object reference type. |
void |
setPropertyName(String toSet)
Sets the property name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DerefInfoImpl()
Method Detail |
---|
public String getDerefTypeName()
DerefInfo
getDerefTypeName
in interface DerefInfo
public String getMorefType()
DerefInfo
getMorefType
in interface DerefInfo
public String getPropertyName()
DerefInfo
getPropertyName
in interface DerefInfo
public void setDerefTypeName(String toSet)
DerefInfo
setDerefTypeName
in interface DerefInfo
toSet
- The dereferenced type name.public void setMorefType(String toSet)
DerefInfo
setMorefType
in interface DerefInfo
toSet
- The managed object reference type.public void setPropertyName(String toSet)
DerefInfo
setPropertyName
in interface DerefInfo
toSet
- The property name.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |