Package yarp
Class ContactStyle
- java.lang.Object
-
- yarp.ContactStyle
-
public class ContactStyle extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ContactStyle.PersistenceType
-
Field Summary
Fields Modifier and Type Field Description protected boolean
swigCMemOwn
-
Constructor Summary
Constructors Modifier Constructor Description ContactStyle()
protected
ContactStyle(long cPtr, boolean cMemoryOwn)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
delete()
protected void
finalize()
boolean
getAdmin()
java.lang.String
getCarrier()
protected static long
getCPtr(ContactStyle obj)
boolean
getExpectReply()
ContactStyle.PersistenceType
getPersistenceType()
boolean
getPersistent()
boolean
getQuiet()
double
getTimeout()
boolean
getVerboseOnSuccess()
void
setAdmin(boolean value)
void
setCarrier(java.lang.String value)
void
setExpectReply(boolean value)
void
setPersistenceType(ContactStyle.PersistenceType value)
void
setPersistent(boolean value)
void
setQuiet(boolean value)
void
setTimeout(double value)
void
setVerboseOnSuccess(boolean value)
-
-
-
Method Detail
-
getCPtr
protected static long getCPtr(ContactStyle obj)
-
finalize
protected void finalize()
- Overrides:
finalize
in classjava.lang.Object
-
delete
public void delete()
-
setAdmin
public void setAdmin(boolean value)
-
getAdmin
public boolean getAdmin()
-
setQuiet
public void setQuiet(boolean value)
-
getQuiet
public boolean getQuiet()
-
setVerboseOnSuccess
public void setVerboseOnSuccess(boolean value)
-
getVerboseOnSuccess
public boolean getVerboseOnSuccess()
-
setTimeout
public void setTimeout(double value)
-
getTimeout
public double getTimeout()
-
setCarrier
public void setCarrier(java.lang.String value)
-
getCarrier
public java.lang.String getCarrier()
-
setExpectReply
public void setExpectReply(boolean value)
-
getExpectReply
public boolean getExpectReply()
-
setPersistent
public void setPersistent(boolean value)
-
getPersistent
public boolean getPersistent()
-
setPersistenceType
public void setPersistenceType(ContactStyle.PersistenceType value)
-
getPersistenceType
public ContactStyle.PersistenceType getPersistenceType()
-
-