public class UnsafeTypeInfo extends Object
| Constructor and Description |
|---|
UnsafeTypeInfo(UnsafeTypeInfo parent,
String typeCode,
String extensionName,
Collection<UnsafeMethodInfo> methods) |
| Modifier and Type | Method and Description |
|---|---|
Collection<UnsafeMethodInfo> |
getAllMethods() |
String |
getExtensionName() |
Collection<UnsafeMethodInfo> |
getMethodsNotCoveredByParent() |
UnsafeTypeInfo |
getParent() |
String |
getTypeCode() |
Collection<String> |
getUnsafeAttributesToRead() |
Collection<String> |
getUnsafeAttributesToWrite() |
Collection<UnsafeMethodInfo> |
getUnsafeToRead(String attribute) |
Collection<UnsafeMethodInfo> |
getUnsafeToWrite(String attribute) |
boolean |
isNotCoveredByParent(UnsafeMethodInfo method) |
boolean |
isUnsafeIgnoringMarked() |
boolean |
isUnsafeToRead() |
boolean |
isUnsafeToRead(String attribute) |
boolean |
isUnsafeToReadIgnoringMarked() |
boolean |
isUnsafeToReadIgnoringMarked(String attribute) |
boolean |
isUnsafeToWrite() |
boolean |
isUnsafeToWrite(String attribute) |
boolean |
isUnsafeToWriteIgnoringMarked() |
boolean |
isUnsafeToWriteIgnoringMarked(String attribute) |
String |
toString() |
public UnsafeTypeInfo(UnsafeTypeInfo parent, String typeCode, String extensionName, Collection<UnsafeMethodInfo> methods)
public String getTypeCode()
public String getExtensionName()
public boolean isUnsafeIgnoringMarked()
public boolean isUnsafeToRead()
public boolean isUnsafeToReadIgnoringMarked()
public boolean isUnsafeToWrite()
public boolean isUnsafeToWriteIgnoringMarked()
public boolean isUnsafeToRead(String attribute)
public boolean isUnsafeToReadIgnoringMarked(String attribute)
public boolean isUnsafeToWrite(String attribute)
public boolean isUnsafeToWriteIgnoringMarked(String attribute)
public Collection<String> getUnsafeAttributesToRead()
public Collection<String> getUnsafeAttributesToWrite()
public Collection<UnsafeMethodInfo> getAllMethods()
public Collection<UnsafeMethodInfo> getMethodsNotCoveredByParent()
public boolean isNotCoveredByParent(UnsafeMethodInfo method)
public Collection<UnsafeMethodInfo> getUnsafeToRead(String attribute)
public Collection<UnsafeMethodInfo> getUnsafeToWrite(String attribute)
public UnsafeTypeInfo getParent()
Copyright © 2017 SAP SE. All Rights Reserved.