|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| Method Summary | |
boolean |
isIPV4()
Returns true if the (scalar) value stored in this IP field is an IPV6 address |
boolean |
isIPV4(short index)
Returns true if the value stored in the given element of this IP field is an IPV4 address. |
boolean |
isIPV6()
Returns true if the (scalar) value stored in this IP field is an IPV6 address |
boolean |
isIPV6(short index)
Returns true if the value stored in the given element of this IP field is an IPV6 address. |
boolean |
v6Allowed()
Returns true if this field is permitted to hold IPv6 addresses. |
| Methods inherited from interface arlut.csd.ganymede.db_field |
addElement, addElements, containsElement, deleteAllElements, deleteElement, deleteElement, deleteElements, getComment, getElement, getEncodingString, getFieldInfo, getFieldTemplate, getID, getName, getType, getTypeDesc, getValue, getValues, getValueString, isBuiltIn, isDefined, isEditable, isEditInPlace, isVector, isVisible, setElement, setValue, size |
| Method Detail |
public boolean v6Allowed()
throws java.rmi.RemoteException
java.rmi.RemoteException
public boolean isIPV6()
throws java.rmi.RemoteException
java.rmi.RemoteException
public boolean isIPV4()
throws java.rmi.RemoteException
java.rmi.RemoteException
public boolean isIPV6(short index)
throws java.rmi.RemoteException
index - Array index for the value to be checked
java.rmi.RemoteException
public boolean isIPV4(short index)
throws java.rmi.RemoteException
index - Array index for the value to be checked
java.rmi.RemoteException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||