public class RuntimeRawExtensionFluentImpl<A extends RuntimeRawExtensionFluent<A>> extends BaseFluent<A> implements RuntimeRawExtensionFluent<A>
_visitables
Constructor and Description |
---|
RuntimeRawExtensionFluentImpl() |
RuntimeRawExtensionFluentImpl(RuntimeRawExtension instance) |
Modifier and Type | Method and Description |
---|---|
A |
addAllToRaw(Collection<Byte> items) |
A |
addNewRaw(byte arg1) |
A |
addNewRaw(String arg1) |
A |
addToRaw(Byte... items) |
A |
addToRaw(int index,
Byte item) |
boolean |
equals(Object o) |
byte[] |
getRaw() |
Boolean |
hasRaw() |
A |
removeAllFromRaw(Collection<Byte> items) |
A |
removeFromRaw(Byte... items) |
A |
setToRaw(int index,
Byte item) |
A |
withRaw(byte... raw) |
public RuntimeRawExtensionFluentImpl()
public RuntimeRawExtensionFluentImpl(RuntimeRawExtension instance)
public A withRaw(byte... raw)
withRaw
in interface RuntimeRawExtensionFluent<A extends RuntimeRawExtensionFluent<A>>
public byte[] getRaw()
getRaw
in interface RuntimeRawExtensionFluent<A extends RuntimeRawExtensionFluent<A>>
public A addToRaw(int index, Byte item)
addToRaw
in interface RuntimeRawExtensionFluent<A extends RuntimeRawExtensionFluent<A>>
public A setToRaw(int index, Byte item)
setToRaw
in interface RuntimeRawExtensionFluent<A extends RuntimeRawExtensionFluent<A>>
public A addToRaw(Byte... items)
addToRaw
in interface RuntimeRawExtensionFluent<A extends RuntimeRawExtensionFluent<A>>
public A addAllToRaw(Collection<Byte> items)
addAllToRaw
in interface RuntimeRawExtensionFluent<A extends RuntimeRawExtensionFluent<A>>
public A removeFromRaw(Byte... items)
removeFromRaw
in interface RuntimeRawExtensionFluent<A extends RuntimeRawExtensionFluent<A>>
public A removeAllFromRaw(Collection<Byte> items)
removeAllFromRaw
in interface RuntimeRawExtensionFluent<A extends RuntimeRawExtensionFluent<A>>
public Boolean hasRaw()
hasRaw
in interface RuntimeRawExtensionFluent<A extends RuntimeRawExtensionFluent<A>>
public A addNewRaw(byte arg1)
addNewRaw
in interface RuntimeRawExtensionFluent<A extends RuntimeRawExtensionFluent<A>>
public A addNewRaw(String arg1)
addNewRaw
in interface RuntimeRawExtensionFluent<A extends RuntimeRawExtensionFluent<A>>
Copyright © 2018. All rights reserved.