public interface RemoteField extends RemoteDescriptor, ServerMappedObject
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(RemoteField arg0) |
DataType |
getDataType() |
String |
getDescription() |
String |
getDescription(Locale arg0) |
int |
getEditPosition() |
String |
getGUIName() |
String |
getGUIName(Locale arg0) |
String |
getGUIType() |
int |
getListItemType() |
int |
getListPosition() |
LocalizedString |
getLocalizedDescription() |
LocalizedString |
getLocalizedGUIName() |
int |
getMaxLength() |
String |
getName() |
RemoteNodeManager |
getNodeManager() |
int |
getSearchPosition() |
int |
getState() |
int |
getStoragePosition() |
int |
getType() |
boolean |
hasIndex() |
boolean |
isReadOnly() |
boolean |
isRequired() |
boolean |
isUnique() |
boolean |
isVirtual() |
void |
setDescription(String arg0) |
void |
setDescription(String arg0,
Locale arg1) |
void |
setGUIName(String arg0) |
void |
setGUIName(String arg0,
Locale arg1) |
Collection<String> |
validate(Object arg0) |
getMapperCode, wrapped_equals, wrapped_hashCode, wrapped_toStringRemoteNodeManager getNodeManager() throws RemoteException
RemoteExceptionint getListItemType()
throws RemoteException
RemoteExceptionint getSearchPosition()
throws RemoteException
RemoteExceptionint getListPosition()
throws RemoteException
RemoteExceptionint getEditPosition()
throws RemoteException
RemoteExceptionint getStoragePosition()
throws RemoteException
RemoteExceptionString getGUIType() throws RemoteException
RemoteExceptionint getMaxLength()
throws RemoteException
RemoteExceptionDataType getDataType() throws RemoteException
RemoteExceptionboolean isRequired()
throws RemoteException
RemoteExceptionboolean hasIndex()
throws RemoteException
RemoteExceptionboolean isUnique()
throws RemoteException
RemoteExceptionboolean isVirtual()
throws RemoteException
RemoteExceptionCollection<String> validate(Object arg0) throws RemoteException
RemoteExceptionint getState()
throws RemoteException
RemoteExceptionint getType()
throws RemoteException
RemoteExceptionboolean isReadOnly()
throws RemoteException
RemoteExceptionLocalizedString getLocalizedDescription() throws RemoteException
getLocalizedDescription in interface RemoteDescriptorRemoteExceptionLocalizedString getLocalizedGUIName() throws RemoteException
getLocalizedGUIName in interface RemoteDescriptorRemoteExceptionvoid setGUIName(String arg0, Locale arg1) throws RemoteException
setGUIName in interface RemoteDescriptorRemoteExceptionvoid setGUIName(String arg0) throws RemoteException
setGUIName in interface RemoteDescriptorRemoteExceptionString getGUIName(Locale arg0) throws RemoteException
getGUIName in interface RemoteDescriptorRemoteExceptionString getGUIName() throws RemoteException
getGUIName in interface RemoteDescriptorRemoteExceptionString getDescription() throws RemoteException
getDescription in interface RemoteDescriptorRemoteExceptionString getDescription(Locale arg0) throws RemoteException
getDescription in interface RemoteDescriptorRemoteExceptionvoid setDescription(String arg0, Locale arg1) throws RemoteException
setDescription in interface RemoteDescriptorRemoteExceptionvoid setDescription(String arg0) throws RemoteException
setDescription in interface RemoteDescriptorRemoteExceptionString getName() throws RemoteException
getName in interface RemoteDescriptorRemoteExceptionint compareTo(RemoteField arg0) throws RemoteException
RemoteExceptionMMBase 1.9-SNAPSHOT - ${javadoctimestamp}