public abstract class AbstractFlagField extends Object implements Serializable
Modifier and Type | Method and Description |
---|---|
String |
getFlags()
Deprecated.
|
protected abstract int |
getLength() |
protected abstract char[] |
getValid() |
boolean |
isSet(int field) |
void |
set(int field) |
void |
setFlags(String flags)
Deprecated.
|
String |
toString() |
void |
unset(int field) |
void |
unsetAll() |
@Deprecated public String getFlags()
@Deprecated public void setFlags(String flags)
protected abstract int getLength()
protected abstract char[] getValid()
public boolean isSet(int field)
public void set(int field)
public void unset(int field)
public void unsetAll()
Copyright © 2004–2016 Ceridwen Limited. All rights reserved.